Home
last modified time | relevance | path

Searched refs:LPTE_WIRED (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/powerpc/aim/
Disa3_hashtb.c520 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()
Dmoea64_native.c596 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()
Dmoea64_if.m114 * Must not replace PTEs marked LPTE_WIRED. If an existing valid PTE is spilled,
Dmmu_oea64.c423 lpte->pte_hi |= LPTE_WIRED; in moea64_pte_from_pvo()
/freebsd-12-stable/sys/powerpc/ps3/
Dmmu_ps3.c258 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()
/freebsd-12-stable/sys/powerpc/include/
Dpte.h108 #define LPTE_WIRED 0x0000000000000010ULL macro
/freebsd-12-stable/sys/powerpc/pseries/
Dmmu_phyp.c356 if (pt.pte_hi & LPTE_WIRED) in mphyp_pte_spillable_ident()