Searched refs:PMAP_OPTIONS_FF_WIRED (Results 1 – 3 of 3) sorted by relevance
750 #define PMAP_OPTIONS_FF_WIRED 0x10000 macro
6581 if (__improbable((options & PMAP_OPTIONS_FF_WIRED) != 0)) {7426 ((options & PMAP_OPTIONS_FF_WIRED) == 0);7647 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH…
7256 if (__improbable((options & (PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_FF_LOCKED)) != 0)) {8048 ((options & PMAP_OPTIONS_FF_WIRED) == 0);8230 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH…