Home
last modified time | relevance | path

Searched refs:avpnm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c144 .avpnm = 0,
159 .avpnm = 0,
167 .avpnm = 0x1UL,
612 def->avpnm = 0; in htab_dt_scan_page_sizes()
614 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
644 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
H A Dhash_native.c690 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm); in hpte_decode()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h21 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */ member
H A Dmmu-hash.h337 v = (vpn >> (23 - VPN_SHIFT)) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()