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

/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h418 #define PTE_ISWIRED(pte) ((*pte) & PTE_WIRED) macro
/freebsd-12-stable/sys/powerpc/booke/
H A Dpmap.c1292 if (PTE_ISWIRED(pte))
1530 if (PTE_ISWIRED(pte))
2448 if (!PTE_ISWIRED(pte)) {
2453 if (PTE_ISWIRED(pte)) {
3355 if (!PTE_ISWIRED(pte))
3413 if (PTE_ISVALID(pte) && PTE_ISWIRED(pte))

Completed in 131 milliseconds