Searched refs:INTEL_PTE_WIRED (Results 1 – 4 of 4) sorted by relevance
288 #define INTEL_PTE_WIRED (0x1ULL << 54) macro422 #define PTE_WIRED INTEL_PTE_WIRED
1221 template |= INTEL_PTE_WIRED; in pmap_enter_options()2359 | INTEL_PTE_WIRED in pmap_map_bd()2415 prot_template = INTEL_PTE_REF | INTEL_PTE_MOD | INTEL_PTE_WIRED | INTEL_PTE_VALID; in pmap_alias()
84 #define iswired(pte) ((pte) & INTEL_PTE_WIRED)
1361 | INTEL_PTE_WIRED in pmap_lowmem_finalize()2645 return (*ptep & (INTEL_PTE_NCACHE | INTEL_PTE_WIRED)) != (INTEL_PTE_NCACHE | INTEL_PTE_WIRED); in coredumpok()