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

/freebsd-12-stable/sys/powerpc/aim/
H A Disa3_hashtb.c202 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
203 (properpt.pte_hi & LPTE_AVPN_MASK)) {
229 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
230 (properpt.pte_hi & LPTE_AVPN_MASK)) {
273 if ((be64toh(pt->pte_hi & LPTE_AVPN_MASK)) !=
274 (properpt.pte_hi & LPTE_AVPN_MASK)) {
313 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
314 (properpt.pte_hi & LPTE_AVPN_MASK)) {
535 va |= (oldptehi & LPTE_AVPN_MASK) <<
H A Dmoea64_native.c244 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
245 (properpt.pte_hi & LPTE_AVPN_MASK)) {
271 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
272 (properpt.pte_hi & LPTE_AVPN_MASK)) {
315 if ((be64toh(pt->pte_hi & LPTE_AVPN_MASK)) !=
316 (properpt.pte_hi & LPTE_AVPN_MASK)) {
355 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) !=
356 (properpt.pte_hi & LPTE_AVPN_MASK)) {
611 va |= (oldptehi & LPTE_AVPN_MASK) <<
H A Dmmu_oea64.c417 LPTE_AVPN_MASK;
/freebsd-12-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c252 if ((pte.pte_hi & LPTE_AVPN_MASK) !=
254 LPTE_AVPN_MASK))
328 pte.pte_hi & LPTE_AVPN_MASK, 0, &pte.pte_hi, &pte.pte_lo,
453 evicted.pte_hi & LPTE_AVPN_MASK, 0, &junk, &lastptelo,
/freebsd-12-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c165 if ((halfbucket[pvo->pvo_pte.slot & 0x3] & LPTE_AVPN_MASK) !=
167 LPTE_AVPN_MASK))
/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h105 #define LPTE_AVPN_MASK 0xFFFFFFFFFFFFFF80ULL macro

Completed in 102 milliseconds