Home
last modified time | relevance | path

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

/arch/powerpc/platforms/iseries/
Dhtab.c238 if ((HPTE_V_AVPN_VAL(hpte_v) == avpn) && (hpte_v & HPTE_V_VALID)) in iSeries_hpte_invalidate()
/arch/powerpc/include/asm/
Dmmu-hash64.h82 #define HPTE_V_AVPN_VAL(x) (((x) & HPTE_V_AVPN) >> HPTE_V_AVPN_SHIFT) macro
/arch/powerpc/mm/
Dhash_native_64.c378 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm) << 23; in hpte_decode()