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

/freebsd-11.0-release/sys/powerpc/aim/
H A Dmoea64_native.c551 KASSERT(!(oldptehi & LPTE_WIRED), ("Unmapped wired entry"));
606 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
620 LPTE_VALID | LPTE_WIRED | LPTE_LOCKED);
638 LPTE_WIRED | LPTE_LOCKED);
650 LPTE_WIRED | LPTE_LOCKED);
H A Dmmu_oea64.c413 lpte->pte_hi |= LPTE_WIRED;
/freebsd-11.0-release/sys/powerpc/ps3/
H A Dmmu_ps3.c255 pte.pte_hi, pte.pte_lo, LPTE_LOCKED | LPTE_WIRED, 0,
275 KASSERT((evicted.pte_hi & (LPTE_WIRED | LPTE_LOCKED)) == 0,
/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h100 #define LPTE_WIRED 0x0000000000000010ULL macro
/freebsd-11.0-release/sys/powerpc/pseries/
H A Dmmu_phyp.c356 if (pt.pte_hi & LPTE_WIRED)

Completed in 117 milliseconds