Home
last modified time | relevance | path

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

/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.c533 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm); in hpte_decode()
/arch/powerpc/include/asm/
Dmmu-hash64.h141 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */ member
245 v = (vpn >> (23 - VPN_SHIFT)) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()