Searched refs:LPTE_WIRED (Results 1 – 7 of 7) sorted by relevance
520 KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry")); in isa3_hashtb_insert_to_pteg()575 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED); in isa3_hashtb_pte_insert()589 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED); in isa3_hashtb_pte_insert()607 LPTE_WIRED | LPTE_LOCKED); in isa3_hashtb_pte_insert()619 LPTE_WIRED | LPTE_LOCKED); in isa3_hashtb_pte_insert()
596 KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry")); in moea64_insert_to_pteg_native()651 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED); in moea64_pte_insert_native()665 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED); in moea64_pte_insert_native()683 LPTE_WIRED | LPTE_LOCKED); in moea64_pte_insert_native()695 LPTE_WIRED | LPTE_LOCKED); in moea64_pte_insert_native()
114 * Must not replace PTEs marked LPTE_WIRED. If an existing valid PTE is spilled,
423 lpte->pte_hi |= LPTE_WIRED; in moea64_pte_from_pvo()
258 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0, in mps3_pte_insert()278 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0, in mps3_pte_insert()
108 #define LPTE_WIRED 0x0000000000000010ULL macro
356 if (pt.pte_hi & LPTE_WIRED) in mphyp_pte_spillable_ident()