Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c73 unsigned int penc; in ___tlbie() local
105 penc = mmu_psize_defs[psize].penc[apsize]; in ___tlbie()
107 va |= penc << 12; in ___tlbie()
169 unsigned int penc; in __tlbiel() local
195 penc = mmu_psize_defs[psize].penc[apsize]; in __tlbiel()
197 va |= penc << 12; in __tlbiel()
H A Dhash_pgtable.c389 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in hash__has_transparent_hugepage()
394 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in hash__has_transparent_hugepage()
/linux/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c284 int penc = -2, idx = 0, shift; in decode_r() local
301 penc = entry.penc[idx]; in decode_r()
302 if ((penc != -1) && (mmu_psize_defs[idx].shift)) { in decode_r()
305 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.c1002 } __packed *penc = enc_buf; in calc_signature() local
1021 *psig = penc->a ^ penc->b ^ penc->c ^ penc->d; in calc_signature()