HomeSort by: relevance | last modified time | path
    Searched refs:PPREF_NONE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/
uvm_amap.h 266 #define PPREF_NONE ((int *) -1) /* not using ppref */
uvm_amap.c 83 * (KM_NOSLEEP), then we set the array pointer to PPREF_NONE to indicate
334 if (amap->am_ppref && amap->am_ppref != PPREF_NONE)
410 if (amap->am_ppref == PPREF_NONE) {
430 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
446 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
466 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
489 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
565 if (amap->am_ppref && amap->am_ppref != PPREF_NONE) {
663 amap->am_ppref = PPREF_NONE;
682 if (oldppref && oldppref != PPREF_NONE)
    [all...]
  /src/usr.bin/pmap/
pmap.h 86 #define PPREF_NONE ((int *) -1)
pmap.c 658 D(amap, amap)->am_ppref != PPREF_NONE) {

Completed in 42 milliseconds