Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpte.h243 #define PTE_PA_MASK PAGE_MASK macro
/freebsd/sys/powerpc/booke/
H A Dpmap_64.c511 pa = (PTE_PA(pte) | (va & PTE_PA_MASK)); in pte_vatopa()
H A Dpmap_32.c575 pa = (PTE_PA(pte) | (va & PTE_PA_MASK)); in pte_vatopa()