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

/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h276 #define PTE_ISVALID(pte) ((*pte) & PTE_VALID) macro
/freebsd-11.0-release/sys/powerpc/booke/
H A Dpmap.c877 if (pte == NULL || !PTE_ISVALID(pte))
947 if (PTE_ISVALID(pte)) {
1000 if ((pte != NULL) && PTE_ISVALID(pte))
1551 if (PTE_ISVALID(pte)) {
1589 if (!PTE_ISVALID(pte)) {
1710 (PTE_ISVALID(pte)) && (PTE_PA(pte) == pa)) {
1789 //if ((pte != NULL) && PTE_ISVALID(pte))
1927 if ((pte != NULL) && PTE_ISVALID(pte))
2075 if (PTE_ISVALID(pte)) {
2120 if (PTE_ISVALID(pt
[all...]

Completed in 64 milliseconds