Home
last modified time | relevance | path

Searched refs:PPREF_NONE (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_amap.c265 if (amap->am_ppref && amap->am_ppref != PPREF_NONE)
323 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
339 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
370 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
375 amap->am_ppref = PPREF_NONE;
436 if (oldppref && oldppref != PPREF_NONE)
686 if (srcamap->am_ppref && srcamap->am_ppref != PPREF_NONE) {
910 amap->am_ppref = PPREF_NONE; /* not using it */
Duvm_amap_i.h218 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
274 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
Duvm_amap.h263 #define PPREF_NONE ((int *) -1) /* not using ppref */ macro