/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | skeleton.c | 53 CHECK(bss->in4 != 0, "in4", "got %lld != exp %lld\n", bss->in4, 0LL); in test_skeleton() 69 bss->in4 = 13; in test_skeleton() 84 CHECK(bss->in4 != 13, "in4", "got %lld != exp %lld\n", bss->in4, 13LL); in test_skeleton() 95 bss->in4 = 4; in test_skeleton()
|
/linux-6.6.21/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 702 my ($in0, $in1, $in2, $in3, $in4, $in5, $in6, $in7 )=map("v$_",(0..3,10..13)); 706 my ($tmp,$keyperm)=($in3,$in4); # aliases with "caller", redundant assignment 810 lvx_u $in4,$x40,$inp 817 le?vperm $in4,$in4,$in4,$inpperm 824 vxor $out4,$in4,$rndkey0 931 vxor $in4,$in4,v31 948 vncipherlast $out5,$out5,$in4 950 lvx_u $in4,$x40,$inp 955 le?vperm $in4,$in4,$in4,$inpperm 979 vxor $out4,$in4,$rndkey0 [all …]
|
/linux-6.6.21/arch/ia64/lib/ |
D | ip_fast_csum.S | 32 #define in4 r36 macro 113 zxt4 in4=in4 125 add r15=r15,in4
|
D | xor.S | 112 mov r19 = in4 156 mov r19 = in4
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_skeleton.c | 21 long long in4 __attribute__((aligned(64))) = 0; variable 78 out4 = in4; in handler()
|
/linux-6.6.21/arch/arm64/crypto/ |
D | sha512-ce-core.S | 83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 argument 93 ext v5.16b, v\in3\().16b, v\in4\().16b, #8
|
/linux-6.6.21/Documentation/hwmon/ |
D | w83795.rst | 44 17 VSEN5 14h in4 103 14 VSEN5 14h in4
|
D | powr1220.rst | 41 in4 VMON5
|
D | dme1737.rst | 98 in4: +12V 0V - 16V 108 in4: +12V 0V - 16V 118 in4: V1_IN 0V - 1.5V 128 in4: V1_IN 0V - 1.5V
|
D | asb100.rst | 56 - 0x0100 => in4
|
D | w83781d.rst | 163 0x000100 in4 374 - in4=r(0x24)*0.016*3.8 383 - in4=r(0x24)*0.016*3.8 392 - in4=r(0x24)*0.016*3.8 401 - in4=r(0x24)*0.016*4
|
D | sis5595.rst | 82 fifth voltage sensor (in4) share a pin which is configurable, but not
|
D | w83627hf.rst | 116 97 VIN2 24h in4
|
D | adt7475.rst | 108 in4 12VIN (21) 12VIN (21)
|
D | w83792d.rst | 88 10 in4
|
D | w83791d.rst | 161 in4 (+12VIN) 0x000100 0x000100
|
D | f71805f.rst | 87 in4 VIN4 VCC5V 200K 47K 5.25 0.95 V
|
D | vt1211.rst | 74 UCH5 in4 temp7 +12V
|
/linux-6.6.21/arch/ia64/kernel/ |
D | efi_stub.S | 71 mov out3=in4
|
D | ivt.S | 987 tnat.nz p12,p0=in4 // [I0] 1000 (p12) mov in4=-1
|
/linux-6.6.21/Documentation/devicetree/bindings/sound/ |
D | rt5665.txt | 18 - realtek,in4-differential
|
D | rt5659.txt | 20 - realtek,in4-differential
|
/linux-6.6.21/tools/testing/selftests/net/ |
D | nettest.c | 1107 struct in_addr in4; in socket_read_dgram() local 1112 in4.s_addr = *pa; in socket_read_dgram() 1113 sin->sin_addr = in4; in socket_read_dgram()
|
/linux-6.6.21/net/ceph/ |
D | messenger.c | 169 struct sockaddr_in *in4 = (struct sockaddr_in *)&ss; in ceph_pr_addr() local 178 le32_to_cpu(addr->type), &in4->sin_addr, in ceph_pr_addr() 179 ntohs(in4->sin_port)); in ceph_pr_addr()
|
/linux-6.6.21/fs/dlm/ |
D | lowcomms.c | 405 struct sockaddr_in *in4 = (struct sockaddr_in *) &sas; in nodeid_to_addr() local 407 ret4->sin_addr.s_addr = in4->sin_addr.s_addr; in nodeid_to_addr()
|