Home
last modified time | relevance | path

Searched refs:out1 (Results 1 – 25 of 145) sorted by relevance

123456

/linux/arch/powerpc/crypto/
H A Daesp8-ppc.pl704 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
816 vxor $out1,$in1,$rndkey0
836 vncipher $out1,$out1,v24
847 vncipher $out1,$out1,v25
859 vncipher $out1,$out1,v24
869 vncipher $out1,$out1,v25
879 vncipher $out1,$out1,v26
892 vncipher $out1,$out1,v27
902 vncipher $out1,$out1,v28
912 vncipher $out1,$out1,v29
[all …]
/linux/arch/x86/include/asm/
H A Dvmware.h76 u32 *out1, u32 *out2, u32 *out3,
85 u32 *out1, u32 *out2, u32 *out3,
124 u32 *out1, u32 *out2) in vmware_hypercall3() argument
130 out1, out2, NULL, NULL, NULL); in vmware_hypercall3()
134 out1, out2, NULL, NULL, NULL); in vmware_hypercall3()
137 : "=a" (out0), "=b" (*out1), "=c" (*out2) in vmware_hypercall3()
149 u32 *out1, u32 *out2, u32 *out3) in vmware_hypercall4() argument
155 out1, out2, out3, NULL, NULL); in vmware_hypercall4()
159 out1, out2, out3, NULL, NULL); in vmware_hypercall4()
162 : "=a" (out0), "=b" (*out1), "=c" (*out2), "=d" (*out3) in vmware_hypercall4()
[all …]
/linux/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
49 __select \out1, \in1, 0
52 __select \out1, \in3, 0
55 __load \out1, \out1, 0, \sz, \op
82 eor \out1, \out1, t1, ror #24
85 eor \out1, \out1, \t3, ror #16
87 eor \out1, \out1, \t4, ror #8
89 eor \out1, \out1, t2
92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
[all …]
/linux/arch/arm64/crypto/
H A Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
57 ldp \out0, \out1, [rk], #8
65 eor \out1, \out1, w13
67 eor \out1, \out1, w15, ror #24
69 eor \out1, \out1, w17, ror #16
71 eor \out1, \out1, \t1, ror #8
74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
H A Daes-neon.S158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
163 shl \out1\().16b, \in1\().16b, #1
166 eor \out1\().16b, \out1\().16b, \tmp1\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
174 shl \out1\().16b, \in1\().16b, #2
177 eor \out1\().16b, \out1\().16b, \tmp1\().16b
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg_arm64.h129 unsigned long in5, u32 *out1, in vmware_hypercall7() argument
149 *out1 = x1; in vmware_hypercall7()
159 u32 *out1, int dir) in vmware_hypercall_hb() argument
180 *out1 = x1; in vmware_hypercall_hb()
188 u32 *out1) in vmware_hypercall_hb_out() argument
190 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, 0); in vmware_hypercall_hb_out()
197 u32 *out1) in vmware_hypercall_hb_in() argument
199 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, in vmware_hypercall_hb_in()
/linux/drivers/md/
H A Ddm-ps-historical-service-time.c372 long long out1, out2, stale1, stale2; in hst_compare() local
375 hst_fill_compare(pi1, &hst1, &out1, &stale1); in hst_compare()
389 return out1 - out2; in hst_compare()
396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare()
397 (!out1 && !out2)) in hst_compare()
398 return (!out2 * stale1) - (!out1 * stale2); in hst_compare()
403 if (out1 == out2) { in hst_compare()
407 if (unlikely(out1 >= HST_MAX_INFLIGHT || in hst_compare()
416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare()
422 return out1 - out2; in hst_compare()
[all …]
/linux/lib/
H A Ddigsig.c76 unsigned char *out1 = NULL; in digsig_verify_rsa() local
130 out1 = kzalloc(mlen, GFP_KERNEL); in digsig_verify_rsa()
131 if (!out1) in digsig_verify_rsa()
162 memset(out1, 0, head); in digsig_verify_rsa()
163 memcpy(out1 + head, p, l); in digsig_verify_rsa()
167 m = pkcs_1_v1_5_decode_emsa(out1, len, mblen, &len); in digsig_verify_rsa()
175 kfree(out1); in digsig_verify_rsa()
/linux/security/keys/
H A Ddh.c142 goto out1; in __keyctl_dh_compute()
146 goto out1; in __keyctl_dh_compute()
154 goto out1; in __keyctl_dh_compute()
160 goto out1; in __keyctl_dh_compute()
167 goto out1; in __keyctl_dh_compute()
174 goto out1; in __keyctl_dh_compute()
182 goto out1; in __keyctl_dh_compute()
295 out1: in __keyctl_dh_compute()
/linux/sound/soc/codecs/
H A Dwm8350.c61 struct wm8350_output out1; member
77 struct wm8350_output *out1 = &wm8350_data->out1; in wm8350_out1_ramp_step() local
86 if (out1->ramp == WM8350_RAMP_UP) { in wm8350_out1_ramp_step()
88 if (val < out1->left_vol) { in wm8350_out1_ramp_step()
95 } else if (out1->ramp == WM8350_RAMP_DOWN) { in wm8350_out1_ramp_step()
110 if (out1->ramp == WM8350_RAMP_UP) { in wm8350_out1_ramp_step()
112 if (val < out1->right_vol) { in wm8350_out1_ramp_step()
119 } else if (out1->ramp == WM8350_RAMP_DOWN) { in wm8350_out1_ramp_step()
211 struct wm8350_output *out1 = &wm8350_data->out1, in wm8350_pga_work() local
216 if (out1->ramp == WM8350_RAMP_NONE && out2->ramp == WM8350_RAMP_NONE) in wm8350_pga_work()
[all …]
/linux/fs/jfs/
H A Dnamei.c78 goto out1; in jfs_create()
85 goto out1; in jfs_create()
173 out1: in jfs_create()
211 goto out1; in jfs_mkdir()
218 goto out1; in jfs_mkdir()
308 out1: in jfs_mkdir()
510 goto out1; in jfs_unlink()
535 goto out1; in jfs_unlink()
592 out1: in jfs_unlink()
901 goto out1; in jfs_symlink()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subskeleton.c10 int out1; variable
24 out1 = lib_routine() * rovar1; in handler1()
H A Dtest_skeleton.c30 int out1 = -1; variable
75 out1 = in1; in handler()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c47 CHECK(data->out1 != -1, "out1", "got %d != exp %d\n", data->out1, -1); in test_skeleton()
109 CHECK(data->out1 != 1, "res1", "got %d != exp %d\n", data->out1, 1); in test_skeleton()
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c143 goto out1; in test_cachestat()
154 goto out1; in test_cachestat()
191 goto out1; in test_cachestat()
196 out1: in test_cachestat()
/linux/arch/x86/kernel/cpu/
H A Dvmware.c70 u32 *out1, u32 *out2, u32 *out3, in vmware_hypercall_slow() argument
115 if (out1) in vmware_hypercall_slow()
116 *out1 = rbx; in vmware_hypercall_slow()
500 u32 *out1, u32 *out2, u32 *out3, in vmware_tdx_hypercall() argument
528 if (out1) in vmware_tdx_hypercall()
529 *out1 = args.rbx; in vmware_tdx_hypercall()
/linux/fs/bfs/
H A Dinode.c335 goto out1; in bfs_fill_super()
345 goto out1; in bfs_fill_super()
353 goto out1; in bfs_fill_super()
362 goto out1; in bfs_fill_super()
367 goto out1; in bfs_fill_super()
440 out1: in bfs_fill_super()
468 goto out1; in init_bfs_fs()
475 out1: in init_bfs_fs()
/linux/drivers/pcmcia/
H A Ddb1xxx_ss.c184 goto out1; in db1x_pcmcia_setup_irqs()
190 goto out1; in db1x_pcmcia_setup_irqs()
207 goto out1; in db1x_pcmcia_setup_irqs()
212 out1: in db1x_pcmcia_setup_irqs()
552 goto out1; in db1x_pcmcia_socket_probe()
573 out1: in db1x_pcmcia_socket_probe()
/linux/security/
H A Dinode.c137 goto out1; in securityfs_create_dentry()
143 goto out1; in securityfs_create_dentry()
166 out1: in securityfs_create_dentry()
/linux/arch/sh/drivers/dma/
H A Ddmabrg.c184 goto out1; in dmabrg_init()
192 out1: free_irq(DMABRGI0, NULL); in dmabrg_init()
/linux/fs/ntfs3/
H A Dfrecord.c1044 goto out1; in ni_ins_attr_ext()
1070 out1: in ni_ins_attr_ext()
2210 goto out1; in ni_readpage_cmpr()
2217 out1: in ni_readpage_cmpr()
2474 goto out1; in decompress_lzx_xpress()
2484 out1: in decompress_lzx_xpress()
2553 goto out1; in ni_read_frame()
2566 goto out1; in ni_read_frame()
2572 goto out1; in ni_read_frame()
2578 goto out1; in ni_read_frame()
[all …]
/linux/net/
H A Dsysctl_net.c108 goto out1; in net_sysctl_init()
111 out1: in net_sysctl_init()
/linux/fs/hpfs/
H A Dnamei.c387 goto out1; in hpfs_unlink()
391 goto out1; in hpfs_unlink()
408 out1: in hpfs_unlink()
438 goto out1; in hpfs_rmdir()
442 goto out1; in hpfs_rmdir()
447 goto out1; in hpfs_rmdir()
464 out1: in hpfs_rmdir()
/linux/sound/soc/samsung/
H A Dsmdk_spdif.c35 goto out1; in set_audio_clock_heirachy()
64 out1: in set_audio_clock_heirachy()
/linux/drivers/mtd/nand/raw/
H A Dau1550nd.c277 goto out1; in au1550nd_probe()
282 goto out1; in au1550nd_probe()
335 out1: in au1550nd_probe()

123456