Home
last modified time | relevance | path

Searched refs:penc (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c144 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
159 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
166 .penc = {[0 ... MMU_PAGE_16M - 1] = -1, [MMU_PAGE_16M] = 0,
900 int penc = be32_to_cpu(prop[1]); in htab_dt_scan_page_sizes() local
909 if (penc == -1) in htab_dt_scan_page_sizes()
913 def->penc[idx] = penc; in htab_dt_scan_page_sizes()
917 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
974 mmu_psize_defs[bpsize].penc[apsize] = -1; in mmu_psize_set_default_penc()
1053 long int shift, penc; in init_hpte_page_sizes() local
1059 penc = mmu_psize_defs[bp].penc[ap]; in init_hpte_page_sizes()
[all …]
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c290 int penc = -2, idx = 0, shift; in decode_r() local
307 penc = entry.penc[idx]; in decode_r()
308 if ((penc != -1) && (mmu_psize_defs[idx].shift)) { in decode_r()
311 if ((lp & mask) == penc) { in decode_r()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h411 unsigned int penc = mmu_psize_defs[base_psize].penc[actual_psize]; in hpte_encode_r() local
413 return (pa & ~((1ul << shift) - 1)) | (penc << LP_SHIFT); in hpte_encode_r()
H A Dmmu.h19 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */ member
/linux/net/ceph/
H A Dauth_x.c1004 } __packed *penc = enc_buf; in calc_signature() local
1023 *psig = penc->a ^ penc->b ^ penc->c ^ penc->d; in calc_signature()