Home
last modified time | relevance | path

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

/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()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c145 .avpnm = 0,
160 .avpnm = 0,
168 .avpnm = 0x1UL,
885 def->avpnm = 0; in htab_dt_scan_page_sizes()
887 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
917 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()