Home
last modified time | relevance | path

Searched full:in3 (Results 1 – 25 of 87) sorted by relevance

1234

/linux-6.12.1/arch/x86/include/asm/
Dvmware.h74 unsigned long in1, unsigned long in3,
83 unsigned long in1, unsigned long in3,
174 unsigned long in3, unsigned long in4, in vmware_hypercall5() argument
180 return vmware_tdx_hypercall(cmd, in1, in3, in4, in5, in vmware_hypercall5()
184 return vmware_hypercall_slow(cmd, in1, in3, in4, in5, in vmware_hypercall5()
193 "d" (in3), in vmware_hypercall5()
202 unsigned long in3, u32 *out2, in vmware_hypercall6() argument
208 return vmware_tdx_hypercall(cmd, in1, in3, 0, 0, in vmware_hypercall6()
212 return vmware_hypercall_slow(cmd, in1, in3, 0, 0, in vmware_hypercall6()
222 "d" (in3) in vmware_hypercall6()
[all …]
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_msg_arm64.h73 unsigned long in3, unsigned long in4, in vmware_hypercall5() argument
79 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT; in vmware_hypercall5()
99 unsigned long in3, u32 *out2, in vmware_hypercall6() argument
105 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT; in vmware_hypercall6()
128 unsigned long in3, unsigned long in4, in vmware_hypercall7() argument
135 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT; in vmware_hypercall7()
157 unsigned long in3, unsigned long in4, in vmware_hypercall_hb() argument
164 register u64 x3 asm("x3") = in3 | VMWARE_HYPERVISOR_PORT_HB; in vmware_hypercall_hb()
186 unsigned long in3, unsigned long in4, in vmware_hypercall_hb_out() argument
190 return vmware_hypercall_hb(cmd, in2, in3, in4, in5, in6, out1, 0); in vmware_hypercall_hb_out()
[all …]
/linux-6.12.1/arch/arm64/crypto/
Daes-neon.S127 .macro sub_bytes_4x, in0, in1, in2, in3 argument
134 sub v11.16b, \in3\().16b, v15.16b
135 tbl \in3\().16b, {v16.16b-v19.16b}, \in3\().16b
141 tbx \in3\().16b, {v20.16b-v23.16b}, v11.16b
149 tbx \in3\().16b, {v24.16b-v27.16b}, v11.16b
155 tbx \in3\().16b, {v28.16b-v31.16b}, v11.16b
205 .macro do_block_4x, enc, in0, in1, in2, in3, rounds, rk, rkp, i
212 eor \in3\().16b, \in3\().16b, v15.16b /* ^round key */
217 tbl \in3\().16b, {\in3\().16b}, v13.16b /* ShiftRows */
218 sub_bytes_4x \in0, \in1, \in2, \in3
[all …]
Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
59 __pair\enc \sz, \op, w12, w13, \in0, \in1, \in3, 0
61 __pair\enc \sz, \op, w16, w17, \in2, \in3, \in1, 16
62 __pair\enc \sz, \op, \t0, \t1, \in3, \in0, \in2, 24
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
76 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 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
81 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/linux-6.12.1/arch/arm/crypto/
Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
52 __select \out1, \in3, 0
62 __select t0, \in3, 3
64 __select \t3, \in3, 2
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
94 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op, \oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
98 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
99 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op, \oldcpsr
Dghash-ce-core.S503 .macro enc_4x, in0, in1, in2, in3 argument
509 veor \in3, \in3, e3
512 vst1.8 {\in2-\in3}, [r4]!
515 .macro dec_4x, in0, in1, in2, in3 argument
521 veor e3, e3, \in3
/linux-6.12.1/arch/mips/crypto/
Dpoly1305-mips.pl547 my ($in0,$in1,$in2,$in3,$tmp0,$tmp1,$tmp2,$tmp3) =
611 lw $in3,12($inp)
624 srlv $tmp3,$in3,$tmp1
625 sllv $in3,$in3,$tmp0
628 or $in3,$in3,$tmp2
637 sllv $tmp3,$in3,$tmp1
638 srlv $in3,$in3,$tmp0
641 or $in3,$in3,$tmp2
648 lwl $in3,12+MSB($inp)
652 lwr $in3,12+LSB($inp)
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c51 CHECK(bss->in3 != 0, "in3", "got %d != exp %d\n", bss->in3, 0); in test_skeleton()
68 bss->in3 = 12; in test_skeleton()
83 CHECK(bss->in3 != 12, "in3", "got %d != exp %d\n", bss->in3, 12); in test_skeleton()
94 bss->in3 = 3; in test_skeleton()
/linux-6.12.1/arch/powerpc/crypto/
Daesp8-ppc.pl703 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13));
707 my ($tmp,$keyperm)=($in3,$in4); # aliases with "caller", redundant assignment
809 lvx_u $in3,$x30,$inp
815 le?vperm $in3,$in3,$in3,$inpperm
823 vxor $out3,$in3,$rndkey0
930 vxor $in3,$in3,v31
946 vncipherlast $out4,$out4,$in3
948 lvx_u $in3,$x30,$inp
953 le?vperm $in3,$in3,$in3,$inpperm
977 vxor $out3,$in3,$rndkey0
[all …]
/linux-6.12.1/Documentation/iio/
Dad4695.rst111 positive input and ``IN3`` as the negative input will look like this:
115 in3-supply = <&vref_div_2>;
119 common-mode-channel = <3>; /* IN3 */
125 relative to ``REFGND``. (Offset is determined by the ``in3-supply`` voltage.)
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dti,adc128d818.yaml35 (IN0-IN1, IN3-IN2, IN4-IN5, IN7-IN6), 1 temperature reading (internal).
36 Mode 3 - 4 single-ended voltage readings (IN0-IN3), 2 pseudo-differential
/linux-6.12.1/arch/x86/kernel/cpu/
Dvmware.c68 unsigned long in1, unsigned long in3, in vmware_hypercall_slow() argument
83 "d" (in3), in vmware_hypercall_slow()
95 "d" (in3), in vmware_hypercall_slow()
108 "d" (in3), in vmware_hypercall_slow()
498 unsigned long in1, unsigned long in3, in vmware_tdx_hypercall() argument
516 args.rdx = in3; in vmware_tdx_hypercall()
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_skeleton.c20 char in3 = '\0'; variable
77 out3 = in3; in handler()
/linux-6.12.1/sound/soc/codecs/
Dtlv320adcx140.c458 SND_SOC_DAPM_MUX("IN3 Analog Mic Resistor", SND_SOC_NOPM, 0, 0,
520 {"MIC_GAIN_CTL_CH3", NULL, "IN3 Analog Mic Resistor"},
521 {"MIC_GAIN_CTL_CH3", NULL, "IN3 Analog Mic Resistor"},
541 {"IN3 Analog Mic Resistor", "2.5 kOhm", "MIC3P Input Mux"},
542 {"IN3 Analog Mic Resistor", "10 kOhm", "MIC3P Input Mux"},
543 {"IN3 Analog Mic Resistor", "20 kOhm", "MIC3P Input Mux"},
545 {"IN3 Analog Mic Resistor", "2.5 kOhm", "MIC3M Input Mux"},
546 {"IN3 Analog Mic Resistor", "10 kOhm", "MIC3M Input Mux"},
547 {"IN3 Analog Mic Resistor", "20 kOhm", "MIC3M Input Mux"},
/linux-6.12.1/include/sound/
Drt5660.h19 /* IN1 & IN3 can optionally be differential */
/linux-6.12.1/Documentation/hwmon/
Dw83795.rst43 16 VSEN4 13h in3
102 13 VSEN4 13h in3
Ddme1737.rst97 in3: +5V 0V - 6.64V
107 in3: +5V 0V - 6.64V
117 in3: V2_IN 0V - 1.5V
127 in3: V2_IN 0V - 1.5V
Dw83781d.rst158 0x000008 in3
373 - in3=r(0x23)*0.016*1.68
382 - in3=r(0x23)*0.016*1.68
391 - in3=r(0x23)*0.016*1.68
400 - in3=r(0x23)*0.016*1.68
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad4695.yaml229 in3-supply = <&supply_2V5>;
247 /* Pseudo-differential channel between IN2 and IN3. */
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Drt5660.txt17 - realtek,in3-differential
Drt5665.txt17 - realtek,in3-differential
Dmaxim,max98090.yaml14 MIC1, MIC2, DMICL, DMICR, IN1, IN2, IN3, IN4, IN5, IN6, IN12, IN34, IN56,
Drt5640.txt20 - realtek,in3-differential
/linux-6.12.1/arch/sh/boards/mach-sdk7786/
Dgpio.c19 "in0", "in1", "in2", "in3", "in4", "in5", "in6", "in7",
/linux-6.12.1/arch/x86/crypto/
Daesni-intel_asm.S29 #define IN3 %xmm8 macro
824 movups 0x20(INP), IN3
825 movaps IN3, STATE3
839 pxor IN3, STATE4
1092 movups 0x20(INP), IN3
1101 pxor IN3, STATE3

1234