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
1242 template |= INTEL_PTE_WIRED; in pmap_enter_options()2380 | INTEL_PTE_WIRED in pmap_map_bd()2436 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)
1376 | INTEL_PTE_WIRED in pmap_lowmem_finalize()2705 return (*ptep & (INTEL_PTE_NCACHE | INTEL_PTE_WIRED)) != (INTEL_PTE_NCACHE | INTEL_PTE_WIRED); in coredumpok()