Searched refs:LPTE_AVPN_MASK (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/aim/ |
H A D | moea64_native.c | 324 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) { in moea64_pte_synch_native() 350 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_clear_native() 351 (properpt.pte_hi & LPTE_AVPN_MASK)) { in moea64_pte_clear_native() 420 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != pvo_ptevpn) { in moea64_pte_unset_native() 442 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_replace_inval_native() 443 (properpt.pte_hi & LPTE_AVPN_MASK)) { in moea64_pte_replace_inval_native() 484 if ((be64toh(pt->pte_hi) & LPTE_AVPN_MASK) != in moea64_pte_replace_native() 485 (properpt.pte_hi & LPTE_AVPN_MASK)) { in moea64_pte_replace_native() 796 va |= (oldptehi & LPTE_AVPN_MASK) << in moea64_insert_to_pteg_native() 934 if ((ptehi & LPTE_AVPN_MASK) != in moea64_pte_unset_sp_locked()
|
H A D | mmu_oea64.h | 116 LPTE_AVPN_MASK); in moea64_pte_vpn_from_pvo_vpn()
|
/freebsd/sys/powerpc/pseries/ |
H A D | mmu_phyp.c | 304 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()
|
/freebsd/sys/powerpc/ps3/ |
H A D | mmu_ps3.c | 168 if ((halfbucket[pvo->pvo_pte.slot & 0x3] & LPTE_AVPN_MASK) != in mps3_pte_synch_locked() 170 LPTE_AVPN_MASK)) in mps3_pte_synch_locked()
|
/freebsd/sys/powerpc/include/ |
H A D | pte.h | 112 #define LPTE_AVPN_MASK 0xFFFFFFFFFFFFFF80ULL macro
|