Searched refs:LPTE_WIRED (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c263 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0,
283 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0,
/freebsd-13-stable/sys/powerpc/aim/
H A Dmoea64_native.c784 KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry"));
829 mask | LPTE_WIRED | LPTE_LOCKED);
842 mask | LPTE_WIRED | LPTE_LOCKED);
H A Dmmu_oea64.c604 lpte->pte_hi |= LPTE_WIRED;
/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h117 #define LPTE_WIRED 0x0000000000000010ULL macro
/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c408 if ((pt.pte_hi & (LPTE_WIRED | LPTE_BIG)) != 0)

Completed in 168 milliseconds