Home
last modified time | relevance | path

Searched full:out1 (Results 1 – 25 of 189) sorted by relevance

12345678

/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/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/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/drivers/comedi/drivers/
H A Damplc_dio200.c143 * 2 CTR-Y1-OUT1 PPI-Y-C0
144 * 3 CTR-Y2-OUT1 PPI-Y-C3
145 * 4 CTR-Z1-OUT1 CTR-Z1-OUT1
146 * 5 CTR-Z2-OUT1 CTR-Z2-OUT1
151 * 0 CTR-X1-OUT1 PPI-X-C0
152 * 1 CTR-X2-OUT1 PPI-X-C3
153 * 2 CTR-Y1-OUT1 PPI-Y-C0
154 * 3 CTR-Y2-OUT1 PPI-Y-C3
155 * 4 CTR-Z1-OUT1 PPI-Z-C0
156 * 5 CTR-Z2-OUT1 PPI-Z-C3
H A Damplc_dio200_pci.c178 * 4 CTR-Z1-OUT1 CTR-Z1-OUT1 CTR-Z1-OUT1
179 * 5 CTR-Z2-OUT1 CTR-Z2-OUT1 CTR-Z2-OUT1
188 * 4 PPI-Z-C0 CTR-Z1-OUT1
189 * 5 PPI-Z-C3 CTR-Z2-OUT1
/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/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/arch/arm/boot/dts/samsung/
H A Ds5pv210-galaxys.dts202 PIN_SLP(gpa0-3, OUT1, NONE);
206 PIN_SLP(gpa0-7, OUT1, NONE);
214 PIN_SLP(gpb-1, OUT1, NONE);
304 PIN_SLP(gpg1-1, OUT1, NONE);
306 PIN_SLP(gpg1-3, OUT1, NONE);
307 PIN_SLP(gpg1-4, OUT1, NONE);
308 PIN_SLP(gpg1-5, OUT1, NONE);
309 PIN_SLP(gpg1-6, OUT1, NONE);
319 PIN_SLP(gpg3-0, OUT1, NONE);
358 PIN_SLP(gpj2-7, OUT1, NONE);
[all …]
H A Ds5pv210-fascinate4g.dts164 PIN_SLP(gpa0-3, OUT1, NONE);
176 PIN_SLP(gpb-1, OUT1, NONE);
266 PIN_SLP(gpg1-1, OUT1, NONE);
268 PIN_SLP(gpg1-3, OUT1, NONE);
269 PIN_SLP(gpg1-4, OUT1, NONE);
270 PIN_SLP(gpg1-5, OUT1, NONE);
271 PIN_SLP(gpg1-6, OUT1, NONE);
306 PIN_SLP(gpj1-0, OUT1, NONE);
337 PIN_SLP(mp01-0, OUT1, NONE);
341 PIN_SLP(mp01-4, OUT1, NONE);
[all …]
/linux/lib/
H A Ddigsig.c72 unsigned char *out1 = NULL; in digsig_verify_rsa() local
126 out1 = kzalloc(mlen, GFP_KERNEL); in digsig_verify_rsa()
127 if (!out1) in digsig_verify_rsa()
158 memcpy(out1 + head, p, l); in digsig_verify_rsa()
162 m = pkcs_1_v1_5_decode_emsa(out1, len, mblen, &len); in digsig_verify_rsa()
170 kfree(out1); in digsig_verify_rsa()
/linux/lib/crypto/arm64/
H A Dsha256.h52 u8 out1[SHA256_DIGEST_SIZE],
58 u8 out1[SHA256_DIGEST_SIZE], in sha256_finup_2x_arch()
70 sha256_ce_finup2x(ctx, data1, data2, len, out1, out2); in sha256_finup_2x_arch()
72 kmsan_unpoison_memory(out1, SHA256_DIGEST_SIZE); in sha256_finup_2x_arch()
/linux/lib/crypto/x86/
H A Dsha256.h45 u8 out1[SHA256_DIGEST_SIZE],
51 u8 out1[SHA256_DIGEST_SIZE], in sha256_finup_2x_arch()
62 sha256_ni_finup2x(ctx, data1, data2, len, out1, out2); in sha256_finup_2x_arch()
64 kmsan_unpoison_memory(out1, SHA256_DIGEST_SIZE); in sha256_finup_2x_arch()
/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/Documentation/devicetree/bindings/clock/
H A Didt,versaclock5.yaml18 1 -- OUT1
23 1 -- OUT1
28 1 -- OUT1
107 Description of one of the outputs (OUT1..OUT4). See "Clock1 Output
183 OUT1 {
/linux/tools/testing/selftests/net/
H A Dfq_band_pktlimit.sh35 OUT1="$(tc -s qdisc show dev dummy0 | grep '^\ Sent')"
50 echo "${OUT1}"
56 echo "${OUT1}" | grep -q '0\ pkt\ (dropped\ 10' || die "unexpected drop count at 1"
/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/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt16 IN1 +---o +------------+ o---+ OUT1
38 (if 'add' is active) and feeding the mixer output to OUT1. The 'loop2' relays
39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
/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/arch/x86/kernel/cpu/
H A Dvmware.c71 u32 *out1, u32 *out2, u32 *out3, in vmware_hypercall_slow() argument
116 if (out1) in vmware_hypercall_slow()
117 *out1 = rbx; in vmware_hypercall_slow()
504 u32 *out1, u32 *out2, u32 *out3, in vmware_tdx_hypercall() argument
532 if (out1) in vmware_tdx_hypercall()
533 *out1 = args.rbx; in vmware_tdx_hypercall()
/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c148 goto out1; in test_cachestat()
159 goto out1; in test_cachestat()
196 goto out1; in test_cachestat()
201 out1: in test_cachestat()
/linux/fs/hpfs/
H A Dnamei.c393 goto out1; in hpfs_unlink()
397 goto out1; in hpfs_unlink()
414 out1: in hpfs_unlink()
444 goto out1; in hpfs_rmdir()
448 goto out1; in hpfs_rmdir()
453 goto out1; in hpfs_rmdir()
470 out1: in hpfs_rmdir()
/linux/fs/ntfs3/
H A Dfrecord.c994 goto out1; in ni_ins_attr_ext()
1020 out1: in ni_ins_attr_ext()
2080 goto out1; in ni_readpage_cmpr()
2087 out1: in ni_readpage_cmpr()
2344 goto out1; in decompress_lzx_xpress()
2354 out1: in decompress_lzx_xpress()
2423 goto out1; in ni_read_frame()
2436 goto out1; in ni_read_frame()
2442 goto out1; in ni_read_frame()
2448 goto out1; in ni_read_frame()
[all …]

12345678