Lines Matching refs:psize

206 static int native_find(unsigned long ea, int psize, bool primary, u64 *v, u64  in native_find()  argument
212 unsigned long shift = mmu_psize_defs[psize].shift; in native_find()
218 want_v = hpte_encode_avpn(vpn, psize, ssize); in native_find()
239 static int pseries_find(unsigned long ea, int psize, bool primary, u64 *v, u64 *r) in pseries_find() argument
248 unsigned long shift = mmu_psize_defs[psize].shift; in pseries_find()
254 want_v = hpte_encode_avpn(vpn, psize, ssize); in pseries_find()
316 static int base_hpte_find(unsigned long ea, int psize, bool primary, u64 *v, in base_hpte_find() argument
320 return pseries_find(ea, psize, primary, v, r); in base_hpte_find()
322 return native_find(ea, psize, primary, v, r); in base_hpte_find()
325 static unsigned long hpte_find(struct pg_state *st, unsigned long ea, int psize) in hpte_find() argument
336 slot = base_hpte_find(ea, psize, true, &v, &r); in hpte_find()
340 slot = base_hpte_find(ea, psize, false, &v, &r); in hpte_find()
352 base_psize = mmu_psize_to_shift(psize); in hpte_find()
355 decode_r(psize, r, &rpn, &actual_psize, &lp_bits); in hpte_find()
377 unsigned long addr, pteval, psize; in walk_pte() local
385 psize = mmu_vmalloc_psize; in walk_pte()
387 psize = mmu_io_psize; in walk_pte()
393 psize = mmu_io_psize; in walk_pte()
396 status = hpte_find(st, addr, psize); in walk_pte()
477 unsigned long psize = 1 << mmu_psize_defs[mmu_linear_psize].shift; in walk_linearmapping() local
480 memblock_end_of_DRAM(); addr += psize) in walk_linearmapping()