Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dhash_utils_64.c128 .avpnm = 0,
142 .avpnm = 0,
149 .avpnm = 0x1UL,
328 def->avpnm = 0; in htab_dt_scan_page_sizes()
330 def->avpnm = (1 << (shift - 23)) - 1; in htab_dt_scan_page_sizes()
343 idx, shift, def->sllp, def->avpnm, def->tlbiel, in htab_dt_scan_page_sizes()
Dhash_native_64.c378 avpn = (HPTE_V_AVPN_VAL(hpte_v) & ~mmu_psize_defs[size].avpnm) << 23; in hpte_decode()
/arch/powerpc/include/asm/
Dmmu-hash64.h135 unsigned long avpnm; /* bits to mask out in AVPN in the HPTE */ member
211 v = (va >> 23) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_v()
/arch/powerpc/platforms/pseries/
Dlpar.c398 v = (va >> 23) & ~(mmu_psize_defs[psize].avpnm); in hpte_encode_avpn()