Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/mm/
Dhash_utils_64.c143 .avpnm = 0,
157 .avpnm = 0,
165 .avpnm = 0x1UL,
442 def->avpnm = 0; in htab_dt_scan_page_sizes()
444 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
474 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
Dhash_native_64.c694 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm); in hpte_decode()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dmmu.h19 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */ member
Dmmu-hash.h329 v = (vpn >> (23 - VPN_SHIFT)) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()