Searched refs:LPTE_AVPN_MASK (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/powerpc/aim/
H A Dmoea64_native.c324 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) {
350 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
351 (properpt.pte_hi & LPTE_AVPN_MASK)) {
420 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) {
442 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
443 (properpt.pte_hi & LPTE_AVPN_MASK)) {
484 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
485 (properpt.pte_hi & LPTE_AVPN_MASK)) {
796 va |= (oldptehi & LPTE_AVPN_MASK) <<
936 if ((ptehi & LPTE_AVPN_MASK) !
[all...]
H A Dmmu_oea64.h115 LPTE_AVPN_MASK);
/freebsd-13-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c170 if ((halfbucket[pvo->pvo_pte.slot & 0x3] & LPTE_AVPN_MASK) !=
172 LPTE_AVPN_MASK))
/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c304 if ((pte.pte_hi & LPTE_AVPN_MASK) !=
306 LPTE_AVPN_MASK))
380 pte.pte_hi & LPTE_AVPN_MASK, 0, &pte.pte_hi, &pte.pte_lo,
498 evicted.pte_hi & LPTE_AVPN_MASK, 0, &junk, &lastptelo,
604 pte.pte_hi & LPTE_AVPN_MASK, 0, &pte.pte_hi, &pte.pte_lo,
/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h113 #define LPTE_AVPN_MASK 0xFFFFFFFFFFFFFF80ULL macro

Completed in 85 milliseconds