| /arch/s390/include/asm/ |
| A D | cpacf.h | 227 u8 *pb, u8 fc) in __cpacf_query_rre() argument 234 : [opc] "i" (opc), [fc] "i" (fc), in __cpacf_query_rre() 240 u8 m4, u8 *pb, u8 fc) in __cpacf_query_rrf() argument 247 : [opc] "i" (opc), [fc] "i" (fc), [r1] "i" (r1), in __cpacf_query_rrf() 253 u8 fc) in __cpacf_query_insn() argument 257 __cpacf_query_rre(CPACF_KDSA, 0, 2, pb, fc); in __cpacf_query_insn() 266 __cpacf_query_rre(CPACF_KM, 2, 4, pb, fc); in __cpacf_query_insn() 275 __cpacf_query_rre(CPACF_KMC, 2, 4, pb, fc); in __cpacf_query_insn() 281 __cpacf_query_rre(CPACF_KMF, 2, 4, pb, fc); in __cpacf_query_insn() 284 __cpacf_query_rre(CPACF_KMO, 2, 4, pb, fc); in __cpacf_query_insn() [all …]
|
| A D | dat-bits.h | 68 unsigned long fc : 1; /* Format-Control */ member 84 unsigned long fc : 1; /* Format-Control */ member 100 unsigned long fc: 1; /* Format-Control */ member 111 unsigned long fc : 1; /* Format-Control */ member 126 unsigned long fc : 1; /* Format-Control */ member 142 unsigned long fc: 1; /* Format-Control */ member
|
| A D | sysinfo.h | 24 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi() argument 26 int r0 = (fc << 28) | sel1; in stsi() 40 return fc ? 0 : (unsigned int)r0 >> 28; in stsi() 217 int stsi(void *sysinfo, int fc, int sel1, int sel2);
|
| A D | nmi.h | 79 u64 fc : 1; /* 43 fp control register validity */ member
|
| A D | topology.h | 45 int topology_set_cpu_management(int fc);
|
| A D | pci_insn.h | 87 u8 fc; /* function controls */ member
|
| /arch/s390/crypto/ |
| A D | sha_common.c | 23 int fc; in s390_sha_update_blocks() local 25 fc = ctx->func; in s390_sha_update_blocks() 27 fc |= CPACF_KIMD_NIP; in s390_sha_update_blocks() 39 cpacf_kimd(fc, ctx->state, data, n); in s390_sha_update_blocks() 68 int mbl_offset, fc; in s390_sha_finup() local 103 fc = ctx->func; in s390_sha_finup() 104 fc |= test_facility(86) ? CPACF_KLMD_DUFOP : 0; in s390_sha_finup() 106 fc |= CPACF_KLMD_NIP; in s390_sha_finup() 107 cpacf_klmd(fc, ctx->state, src, len); in s390_sha_finup()
|
| A D | aes_s390.c | 46 unsigned long fc; member 62 unsigned long fc; member 100 sctx->fc = (fc && cpacf_test_func(&km_functions, fc)) ? fc : 0; in aes_set_key() 101 if (!sctx->fc) in aes_set_key() 217 sctx->fc = (fc && cpacf_test_func(&km_functions, fc)) ? fc : 0; in ecb_aes_set_key() 218 if (!sctx->fc) in ecb_aes_set_key() 313 sctx->fc = (fc && cpacf_test_func(&kmc_functions, fc)) ? fc : 0; in cbc_aes_set_key() 314 if (!sctx->fc) in cbc_aes_set_key() 410 xts_ctx->fc = (fc && cpacf_test_func(&km_functions, fc)) ? fc : 0; in xts_aes_set_key() 549 xts_ctx->fc = (fc && cpacf_test_func(&km_functions, fc)) ? fc : 0; in fullxts_aes_set_key() [all …]
|
| A D | paes_s390.c | 72 long fc; member 92 long fc; member 347 long fc; in ecb_paes_setkey() local 372 fc = 0; in ecb_paes_setkey() 375 ctx->fc = (fc && cpacf_test_func(&km_functions, fc)) ? fc : 0; in ecb_paes_setkey() 606 long fc; in cbc_paes_setkey() local 631 fc = 0; in cbc_paes_setkey() 634 ctx->fc = (fc && cpacf_test_func(&kmc_functions, fc)) ? fc : 0; in cbc_paes_setkey() 869 long fc; in ctr_paes_setkey() local 897 ctx->fc = (fc && cpacf_test_func(&kmctr_functions, fc)) ? fc : 0; in ctr_paes_setkey() [all …]
|
| A D | phmac_s390.c | 139 long fc; member 161 unsigned long fc : 7; member 566 if (!tfm_ctx->fc) { in phmac_init() 570 kmac_ctx->gr0.fc = tfm_ctx->fc; in phmac_init() 774 tfm_ctx->fc = CPACF_KMAC_PHMAC_SHA_224; in phmac_setkey() 795 tfm_ctx->fc = 0; in phmac_setkey() 947 unsigned int fc; member 952 .fc = CPACF_KMAC_PHMAC_SHA_224, 955 .fc = CPACF_KMAC_PHMAC_SHA_256, 958 .fc = CPACF_KMAC_PHMAC_SHA_384, [all …]
|
| A D | hmac_s390.c | 71 unsigned long fc : 7; member 197 ctx->gr0.fc = CPACF_KMAC_HMAC_SHA_224; in s390_hmac_sha2_init() 200 ctx->gr0.fc = CPACF_KMAC_HMAC_SHA_256; in s390_hmac_sha2_init() 203 ctx->gr0.fc = CPACF_KMAC_HMAC_SHA_384; in s390_hmac_sha2_init() 206 ctx->gr0.fc = CPACF_KMAC_HMAC_SHA_512; in s390_hmac_sha2_init() 337 .fc = CPACF_KMAC_HMAC_SHA_##x, \ 366 unsigned int fc; member 400 if (!cpacf_query_func(CPACF_KMAC, hmac->fc)) in hmac_s390_init()
|
| A D | des_s390.c | 89 static int ecb_desall_crypt(struct skcipher_request *req, unsigned long fc) in ecb_desall_crypt() argument 101 cpacf_km(fc, ctx->key, walk.dst.virt.addr, in ecb_desall_crypt() 108 static int cbc_desall_crypt(struct skcipher_request *req, unsigned long fc) in cbc_desall_crypt() argument 128 cpacf_kmc(fc, ¶m, walk.dst.virt.addr, in cbc_desall_crypt() 318 static int ctr_desall_crypt(struct skcipher_request *req, unsigned long fc) in ctr_desall_crypt() argument 335 cpacf_kmctr(fc, ctx->key, walk.dst.virt.addr, in ctr_desall_crypt() 347 cpacf_kmctr(fc, ctx->key, buf, walk.src.virt.addr, in ctr_desall_crypt()
|
| /arch/s390/include/asm/trace/ |
| A D | zcrypt.h | 91 TP_PROTO(void *ptr, u32 fc, u32 rc, u16 dev, u16 dom), 92 TP_ARGS(ptr, fc, rc, dev, dom), 95 __field(u32, fc) 101 __entry->fc = fc; 107 (unsigned int) __entry->fc,
|
| /arch/s390/hypfs/ |
| A D | inode.c | 221 struct hypfs_sb_info *hypfs_info = fc->s_fs_info; in hypfs_parse_param() 227 opt = fs_parse(fc, hypfs_fs_parameters, param, &result); in hypfs_parse_param() 235 return invalf(fc, "Unknown uid"); in hypfs_parse_param() 241 return invalf(fc, "Unknown gid"); in hypfs_parse_param() 292 static int hypfs_get_tree(struct fs_context *fc) in hypfs_get_tree() argument 294 return get_tree_single(fc, hypfs_fill_super); in hypfs_get_tree() 297 static void hypfs_free_fc(struct fs_context *fc) in hypfs_free_fc() argument 299 kfree(fc->s_fs_info); in hypfs_free_fc() 308 static int hypfs_init_fs_context(struct fs_context *fc) in hypfs_init_fs_context() argument 320 fc->s_fs_info = sbi; in hypfs_init_fs_context() [all …]
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | inode.c | 623 struct spufs_fs_context *ctx = fc->fs_private; in spufs_parse_param() 624 struct spufs_sb_info *sbi = fc->s_fs_info; in spufs_parse_param() 638 return invalf(fc, "Unknown uid"); in spufs_parse_param() 644 return invalf(fc, "Unknown gid"); in spufs_parse_param() 692 struct spufs_fs_context *ctx = fc->fs_private; in spufs_create_root() 731 return spufs_create_root(sb, fc); in spufs_fill_super() 736 return get_tree_single(fc, spufs_fill_super); in spufs_get_tree() 741 kfree(fc->s_fs_info); in spufs_free_fc() 767 fc->fs_private = ctx; in spufs_init_fs_context() 768 fc->s_fs_info = sbi; in spufs_init_fs_context() [all …]
|
| /arch/powerpc/math-emu/ |
| A D | math_efp.c | 195 fc = (speinsn >> 21) & 0x1f; in do_spe_mathemu() 200 vc.wp[0] = current->thread.evr[fc]; in do_spe_mathemu() 201 vc.wp[1] = regs->gpr[fc]; in do_spe_mathemu() 685 current->thread.evr[fc] = vc.wp[0]; in do_spe_mathemu() 686 regs->gpr[fc] = vc.wp[1]; in do_spe_mathemu() 754 fc = (speinsn >> 21) & 0x1f; in speround_handler() 755 s_lo = regs->gpr[fc] & SIGN_BIT_S; in speround_handler() 757 fgpr.wp[0] = current->thread.evr[fc]; in speround_handler() 758 fgpr.wp[1] = regs->gpr[fc]; in speround_handler() 883 current->thread.evr[fc] = fgpr.wp[0]; in speround_handler() [all …]
|
| /arch/s390/kvm/ |
| A D | trace.h | 394 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr), 395 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr), 399 __field(int, fc) 407 __entry->fc = fc; 414 __entry->fc, __entry->sel1, __entry->sel2,
|
| A D | priv.c | 629 uint8_t fc; in handle_pqap() local 646 fc = (reg0 >> 24) & 0xff; in handle_pqap() 647 if (fc != 0x03) in handle_pqap() 883 u8 fc, u8 sel1, u16 sel2) in insert_stsi_usr_data() argument 888 vcpu->run->s390_stsi.fc = fc; in insert_stsi_usr_data() 895 int fc = (vcpu->run->s.regs.gprs[0] & 0xf0000000) >> 28; in handle_stsi() local 910 if (fc > 3 && fc != 15) in handle_stsi() 918 if (fc == 15 && (!test_kvm_facility(vcpu->kvm, 11) || in handle_stsi() 926 if (fc == 0) { in handle_stsi() 937 switch (fc) { in handle_stsi() [all …]
|
| /arch/alpha/math-emu/ |
| A D | math.c | 104 unsigned long fa, fb, fc, func, mode, src; in alpha_fp_emul() local 110 fc = (insn >> 0) & 0x1f; /* destination register */ in alpha_fp_emul() 274 alpha_write_fp_reg_s(fc, vc); in alpha_fp_emul() 282 alpha_write_fp_reg(fc, vc); in alpha_fp_emul()
|
| /arch/m68k/include/asm/ |
| A D | processor.h | 122 unsigned short fc; /* saved fc (sfc, dfc) */ member 135 .fc = USER_DATA, \
|
| /arch/s390/kernel/ |
| A D | sysinfo.c | 447 #define STSI_FILE(fc, s1, s2) \ argument 448 static int stsi_open_##fc##_##s1##_##s2(struct inode *inode, struct file *file)\ 453 if (stsi(file->private_data, fc, s1, s2)) { \ 461 static const struct file_operations stsi_##fc##_##s1##_##s2##_fs_ops = { \ 462 .open = stsi_open_##fc##_##s1##_##s2, \
|
| A D | topology.c | 227 static int ptf(unsigned long fc) in ptf() argument 235 : [fc] "d" (fc) in ptf() 240 int topology_set_cpu_management(int fc) in topology_set_cpu_management() argument 246 if (fc) in topology_set_cpu_management()
|
| /arch/m68k/kernel/ |
| A D | process.c | 96 current->thread.fc = USER_DATA; in flush_thread() 161 p->thread.fc = USER_DATA; in copy_thread()
|
| /arch/powerpc/crypto/ |
| A D | aes-tab-4k.S | 75 .long R(40, 20, 20, 60), R(e3, fc, fc, 1f) 102 .long R(fc, 7e, 7e, 82), R(7a, 3d, 3d, 47) 159 .long R(7b, b0, b0, cb), R(a8, 54, 54, fc) 170 .long R(4f, e5, d7, fc), R(c5, 2a, cb, d7) 233 .long R(b6, ed, fc, 68), R(b8, e4, f1, 63) 242 .long R(a8, fc, 8c, c4), R(a0, f0, 3f, 1a) 264 .long R(74, 4e, bc, 37), R(fc, 82, ca, a6)
|
| /arch/x86/platform/uv/ |
| A D | bios_uv.c | 81 s64 uv_bios_get_sn_info(int fc, int *uvtype, long *partid, long *coher, in uv_bios_get_sn_info() argument 88 ret = uv_bios_call_irqsave(UV_BIOS_GET_SN_INFO, fc, in uv_bios_get_sn_info()
|