Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dhash_utils_64.c134 .avpnm = 0,
148 .avpnm = 0,
156 .avpnm = 0x1UL,
365 def->avpnm = 0; in htab_dt_scan_page_sizes()
367 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
397 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
Dhash_native_64.c546 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm); in hpte_decode()
/linux-4.1.27/arch/powerpc/include/asm/
Dmmu-hash64.h142 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */ member
246 v = (vpn >> (23 - VPN_SHIFT)) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()