Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c147 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
162 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
169 .penc = {[0 ... MMU_PAGE_16M - 1] = -1, [MMU_PAGE_16M] = 0,
495 int penc = be32_to_cpu(prop[1]); in htab_dt_scan_page_sizes() local
504 if (penc == -1) in htab_dt_scan_page_sizes()
508 def->penc[idx] = penc; in htab_dt_scan_page_sizes()
512 def->avpnm, def->tlbiel, def->penc[idx]); in htab_dt_scan_page_sizes()
569 mmu_psize_defs[bpsize].penc[apsize] = -1; in mmu_psize_set_default_penc()
648 long int shift, penc; in init_hpte_page_sizes() local
654 penc = mmu_psize_defs[bp].penc[ap]; in init_hpte_page_sizes()
[all …]
H A Dhash_native.c154 unsigned int penc; in ___tlbie() local
186 penc = mmu_psize_defs[psize].penc[apsize]; in ___tlbie()
188 va |= penc << 12; in ___tlbie()
250 unsigned int penc; in __tlbiel() local
276 penc = mmu_psize_defs[psize].penc[apsize]; in __tlbiel()
278 va |= penc << 12; in __tlbiel()
H A Dhash_pgtable.c388 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in hash__has_transparent_hugepage()
393 if (mmu_psize_defs[MMU_PAGE_4K].penc[MMU_PAGE_16M] == -1) in hash__has_transparent_hugepage()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c281 int penc = -2, idx = 0, shift; in decode_r() local
298 penc = entry.penc[idx]; in decode_r()
299 if ((penc != -1) && (mmu_psize_defs[idx].shift)) { in decode_r()
302 if ((lp & mask) == penc) { in decode_r()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/net/ceph/
H A Dauth_x.c845 } __packed *penc = enc_buf; in calc_signature() local
864 *psig = penc->a ^ penc->b ^ penc->c ^ penc->d; in calc_signature()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dpkcs7.h319 void PKCS7_RECIP_INFO_get0_alg(PKCS7_RECIP_INFO *ri, X509_ALGOR **penc);
H A Dx509.h1209 unsigned char *penc, int penclen);
1216 unsigned char *penc, int penclen);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509.h1062 unsigned char *penc, int penclen);
1070 unsigned char *penc, int penclen);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509.h1062 unsigned char *penc, int penclen);
1070 unsigned char *penc, int penclen);
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/
H A Dhva-v4l2.c190 u32 pixelformat, struct hva_enc **penc) in hva_open_encoder() argument
223 *penc = enc; in hva_open_encoder()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dlpar.c1416 if (def->penc[psize] == lp) { in check_lp_set_hblkrm()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509.h1867 unsigned char *penc, int penclen);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509.h1867 unsigned char *penc, int penclen);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509.h1867 unsigned char *penc, int penclen);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509.h1867 unsigned char *penc, int penclen);
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv.c4466 int penc = kvmppc_pgsize_lp_encoding(shift, 24); in kvmppc_add_seg_page_size() local
4467 if (penc != -1) { in kvmppc_add_seg_page_size()
4469 (*sps)->enc[1].pte_enc = penc; in kvmppc_add_seg_page_size()