Home
last modified time | relevance | path

Searched refs:HPTE64_V_AVPN_VAL (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dmmu-hash64.h76 #define HPTE64_V_AVPN_VAL(x) (((x) & HPTE64_V_AVPN) >> HPTE64_V_AVPN_SHIFT) macro
/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c466 avpn = HPTE64_V_AVPN_VAL(pte0) & ~(((1ULL << base_pg_shift) - 1) >> 23); in rehash_hpte()