Home
last modified time | relevance | path

Searched refs:avpnm (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A 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()
510 " avpnm=0x%08lx, tlbiel=%d, penc=%d\n", in htab_dt_scan_page_sizes()
512 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
H A 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/
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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_utils.c144 .avpnm = 0,
159 .avpnm = 0,
167 .avpnm = 0x1UL,
612 def->avpnm = 0; in htab_dt_scan_page_sizes()
614 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes()
642 " avpnm=0x%08lx, tlbiel=%d, penc=%d\n", in htab_dt_scan_page_sizes()
644 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
H A Dhash_native.c690 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm); in hpte_decode()

Completed in 13 milliseconds