Searched refs:PTE_ISWIRED (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h277 #define PTE_ISWIRED(pte) ((*pte) & PTE_WIRED) macro
/freebsd-11.0-release/sys/powerpc/booke/
H A Dpmap.c880 if (PTE_ISWIRED(pte))
1721 if (!PTE_ISWIRED(pte)) {
1726 if (PTE_ISWIRED(pte)) {
2590 if (!PTE_ISWIRED(pte))
2648 if (PTE_ISVALID(pte) && PTE_ISWIRED(pte))

Completed in 111 milliseconds