Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c148 .avpnm = 0,
163 .avpnm = 0,
171 .avpnm = 0x1UL,
480 def->avpnm = 0; in htab_dt_scan_page_sizes()
482 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
512 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
Dhash_native.c740 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm); in hpte_decode()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dmmu.h21 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */ member
Dmmu-hash.h337 v = (vpn >> (23 - VPN_SHIFT)) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()