Home
last modified time | relevance | path

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

/src/sys/powerpc/aim/
H A Dmoea64_native.c326 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) { in moea64_pte_synch_native()
352 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_clear_native()
353 (properpt.pte_hi & LPTE_AVPN_MASK)) { in moea64_pte_clear_native()
422 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) { in moea64_pte_unset_native()
444 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_replace_inval_native()
445 (properpt.pte_hi & LPTE_AVPN_MASK)) { in moea64_pte_replace_inval_native()
486 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_replace_native()
487 (properpt.pte_hi & LPTE_AVPN_MASK)) { in moea64_pte_replace_native()
803 va |= (oldptehi & LPTE_AVPN_MASK) << in moea64_insert_to_pteg_native()
941 if ((ptehi & LPTE_AVPN_MASK) != in moea64_pte_unset_sp_locked()
H A Dmmu_oea64.h116 LPTE_AVPN_MASK); in moea64_pte_vpn_from_pvo_vpn()
/src/sys/powerpc/pseries/
H A Dmmu_phyp.c304 if ((pte.pte_hi & LPTE_AVPN_MASK) != in mphyp_pte_synch()
306 LPTE_AVPN_MASK)) in mphyp_pte_synch()
380 pte.pte_hi & LPTE_AVPN_MASK, 0, &pte.pte_hi, &pte.pte_lo, in mphyp_pte_unset()
498 evicted.pte_hi & LPTE_AVPN_MASK, 0, &junk, &lastptelo, in mphyp_pte_evict_and_insert_locked()
604 pte.pte_hi & LPTE_AVPN_MASK, 0, &pte.pte_hi, &pte.pte_lo, in mphyp_pte_unset_sp()
/src/sys/powerpc/ps3/
H A Dmmu_ps3.c168 if ((halfbucket[pvo->pvo_pte.slot & 0x3] & LPTE_AVPN_MASK) != in mps3_pte_synch_locked()
170 LPTE_AVPN_MASK)) in mps3_pte_synch_locked()
/src/sys/powerpc/include/
H A Dpte.h112 #define LPTE_AVPN_MASK 0xFFFFFFFFFFFFFF80ULL macro