Searched refs:PTE_PA_MASK (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h243 #define PTE_PA_MASK PAGE_MASK macro
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap_64.c517 pa = (PTE_PA(pte) | (va & PTE_PA_MASK));
H A Dpmap_32.c578 pa = (PTE_PA(pte) | (va & PTE_PA_MASK));

Completed in 107 milliseconds