Home
last modified time | relevance | path

Searched full:add (Results 1 – 25 of 4088) sorted by relevance

12345678910>>...164

/Linux-v5.4/arch/sparc/lib/
DMemcpy_utils.S25 add %o2, 1, %o0
29 add %o2, 3, %o0
33 add %o2, 4, %o0
37 add %o2, 5, %o0
41 add %o2, 6, %o0
45 add %o2, 7, %o0
49 add %o2, 8, %o0
53 add %o2, 15, %o0
56 add %o2, 15, %o2
58 add %o2, 8, %o0
[all …]
/Linux-v5.4/arch/arm64/crypto/
Dsha256-core.S_shipped80 add x16,x16,x17
88 add x29,sp,#0
100 add x2,x1,x2,lsl#6 // end of input
114 add w27,w27,w19 // h+=K[i]
118 add w27,w27,w3 // h+=X[i]
123 add w27,w27,w17 // h+=Ch(e,f,g)
125 add w27,w27,w16 // h+=Sigma1(e)
127 add w23,w23,w27 // d+=h
130 add w27,w27,w28 // h+=Maj(a,b,c)
132 //add w27,w27,w17 // h+=Sigma0(a)
[all …]
Dsha512-core.S_shipped74 add x29,sp,#0
86 add x2,x1,x2,lsl#7 // end of input
100 add x27,x27,x19 // h+=K[i]
104 add x27,x27,x3 // h+=X[i]
109 add x27,x27,x17 // h+=Ch(e,f,g)
111 add x27,x27,x16 // h+=Sigma1(e)
113 add x23,x23,x27 // d+=h
116 add x27,x27,x28 // h+=Maj(a,b,c)
118 //add x27,x27,x17 // h+=Sigma0(a)
123 add x27,x27,x17 // h+=Sigma0(a)
[all …]
Dchacha-neon-core.S46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
57 add v0.4s, v0.4s, v1.4s
62 add v2.4s, v2.4s, v3.4s
75 add v0.4s, v0.4s, v1.4s
80 add v2.4s, v2.4s, v3.4s
86 add v0.4s, v0.4s, v1.4s
91 add v2.4s, v2.4s, v3.4s
127 add v0.4s, v0.4s, v8.4s
131 add v1.4s, v1.4s, v9.4s
[all …]
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_drv.h52 * 1.2 - Add vertex2 ioctl (keith)
53 * - Add stencil capability to clear ioctl (gareth, keith)
55 * 1.3 - Add cmdbuf ioctl (keith)
56 * - Add support for new radeon packets (keith)
57 * - Add getparam ioctl (keith)
58 * - Add flip-buffers ioctl, deprecate fullscreen foo (keith).
59 * 1.4 - Add scratch registers to get_param ioctl.
60 * 1.5 - Add r200 packets to cmdbuf ioctl
61 * - Add r200 function to init ioctl
62 * - Add 'scalar2' instruction to cmdbuf
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/filters/
Dfw.json4 "name": "Add fw filter with prio at 32-bit maxixum",
13 "$TC qdisc add dev $DEV1 ingress"
15 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65535 fw action ok",
26 "name": "Add fw filter with prio exceeding 32-bit maxixum",
35 "$TC qdisc add dev $DEV1 ingress"
37 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 65536 fw action ok",
48 "name": "Add fw filter with action ok",
162 "$TC qdisc add dev $DEV1 ingress"
164 "cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 prio 1 fw action ok",
175 "name": "Add fw filter with action ok by reference",
[all …]
Dmatchall.json4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS",
10 "$IP link add dev $DUMMY type dummy || /bin/true",
11 "$TC qdisc add dev $DUMMY ingress"
13 …"cmdUnderTest": "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 1 protocol ip matchall act…
25 "name": "Add egress matchall filter for protocol ipv4 and action PASS",
31 "$IP link add dev $DUMMY type dummy || /bin/true",
32 "$TC qdisc add dev $DUMMY root handle 1: prio"
34 …"cmdUnderTest": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 1 protocol ip matchall action…
46 "name": "Add ingress matchall filter for protocol ipv6 and action DROP",
52 "$IP link add dev $DUMMY type dummy || /bin/true",
[all …]
/Linux-v5.4/arch/arm/crypto/
Dsha256-core.S_shipped36 @ Add NEON implementation. On Cortex A8 it was measured to process one
44 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7.
110 add r2,r1,r2,lsl#6 @ len to point at the end of inp
129 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
136 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
150 add r11,r11,r2 @ h+=X[i]
153 add r11,r11,r0,ror#6 @ h+=Sigma1(e)
155 add r11,r11,r12 @ h+=K256[i]
158 add r11,r11,r2 @ h+=Ch(e,f,g)
177 add r7,r7,r11 @ d+=h
[all …]
Dsha1-armv4-large.S71 add r2,r1,r2,lsl#6 @ r2 to point at the end of r1
85 add r7,r8,r7,ror#2 @ E+=K_00_19
90 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
94 add r7,r8,r7,ror#2 @ E+=K_00_19
96 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
102 add r7,r7,r9 @ E+=X[i]
105 add r7,r7,r10 @ E+=F_00_19(B,C,D)
110 add r6,r8,r6,ror#2 @ E+=K_00_19
115 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
119 add r6,r8,r6,ror#2 @ E+=K_00_19
[all …]
/Linux-v5.4/arch/ia64/include/asm/
Delf.h50 #define R_IA64_IMM14 0x21 /* symbol + addend, add imm14 */
51 #define R_IA64_IMM22 0x22 /* symbol + addend, add imm22 */
57 #define R_IA64_GPREL22 0x2a /* @gprel(sym+add), add imm22 */
58 #define R_IA64_GPREL64I 0x2b /* @gprel(sym+add), mov imm64 */
59 #define R_IA64_GPREL32MSB 0x2c /* @gprel(sym+add), data4 MSB */
60 #define R_IA64_GPREL32LSB 0x2d /* @gprel(sym+add), data4 LSB */
61 #define R_IA64_GPREL64MSB 0x2e /* @gprel(sym+add), data8 MSB */
62 #define R_IA64_GPREL64LSB 0x2f /* @gprel(sym+add), data8 LSB */
63 #define R_IA64_LTOFF22 0x32 /* @ltoff(sym+add), add imm22 */
64 #define R_IA64_LTOFF64I 0x33 /* @ltoff(sym+add), mov imm64 */
[all …]
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Delf.h60 #define R_PPC_TLS 67 /* none (sym+add)@tls */
61 #define R_PPC_DTPMOD32 68 /* word32 (sym+add)@dtpmod */
62 #define R_PPC_TPREL16 69 /* half16* (sym+add)@tprel */
63 #define R_PPC_TPREL16_LO 70 /* half16 (sym+add)@tprel@l */
64 #define R_PPC_TPREL16_HI 71 /* half16 (sym+add)@tprel@h */
65 #define R_PPC_TPREL16_HA 72 /* half16 (sym+add)@tprel@ha */
66 #define R_PPC_TPREL32 73 /* word32 (sym+add)@tprel */
67 #define R_PPC_DTPREL16 74 /* half16* (sym+add)@dtprel */
68 #define R_PPC_DTPREL16_LO 75 /* half16 (sym+add)@dtprel@l */
69 #define R_PPC_DTPREL16_HI 76 /* half16 (sym+add)@dtprel@h */
[all …]
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.sh13 # - fd00::1 : add a TLV, change the flags and apply a End.X action to fc42::1
14 # - fd00::2 : remove the TLV, change the flags, add a tag
55 ip netns add ns1
56 ip netns add ns2
57 ip netns add ns3
58 ip netns add ns4
59 ip netns add ns5
60 ip netns add ns6
64 ip link add veth1 type veth peer name veth2
65 ip link add veth3 type veth peer name veth4
[all …]
Dtest_lwt_ip_encap.sh111 ip netns add "${NS1}"
112 ip netns add "${NS2}"
113 ip netns add "${NS3}"
115 ip link add veth1 type veth peer name veth2
116 ip link add veth3 type veth peer name veth4
117 ip link add veth5 type veth peer name veth6
118 ip link add veth7 type veth peer name veth8
133 ip -netns ${NS1} link add red type vrf table 1001
135 ip -netns ${NS1} route add table 1001 unreachable default metric 8192
136 ip -netns ${NS1} -6 route add table 1001 unreachable default metric 8192
[all …]
/Linux-v5.4/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh63 ip link add dev br0 type bridge mcast_snooping 0
65 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \
80 ip link add dev br0 type bridge mcast_snooping 0 vlan_filtering 1
82 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \
97 ip link add dev br0 type bridge
99 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \
114 ip link add dev br0 type bridge mcast_snooping 0
115 ip link add name dummy1 up type dummy
117 ip link add name vxlan0 up type vxlan id 10 nolearning noudpcsum \
134 ip link add dev br0 type bridge mcast_snooping 0
[all …]
Drtnetlink.sh68 ip addr add dev $swp1 192.0.2.1/28
76 ip addr add dev $swp2 192.0.2.2/28 &>/dev/null
78 ip addr add dev $swp2 192.0.2.2/28 2>&1 >/dev/null \
84 ip addr add dev $swp2 192.0.2.2/28 &>/dev/null
110 ip link add name vrf-test type vrf table 10
113 ip -4 address add 192.0.2.1/24 dev vrf-test
115 ip -6 address add 2001:db8:1::1/64 dev vrf-test
128 ip addr add dev $swp1 192.0.2.1/28
132 ip link add name br1 up type bridge vlan_filtering 0
134 ip addr add dev br1 192.0.2.17/28
[all …]
/Linux-v5.4/fs/cifs/
Dsmbfsctl.h72 #define FSCTL_IS_PATHNAME_VALID 0x0009002C /* BB add struct */
73 #define FSCTL_GET_COMPRESSION 0x0009003C /* BB add struct */
74 #define FSCTL_SET_COMPRESSION 0x0009C040 /* BB add struct */
75 #define FSCTL_QUERY_FAT_BPB 0x00090058 /* BB add struct */
77 #define FSCTL_FILESYSTEM_GET_STATS 0x00090060 /* BB add struct */
78 #define FSCTL_GET_NTFS_VOLUME_DATA 0x00090064 /* BB add struct */
79 #define FSCTL_GET_RETRIEVAL_POINTERS 0x00090073 /* BB add struct */
80 #define FSCTL_IS_VOLUME_DIRTY 0x00090078 /* BB add struct */
81 #define FSCTL_ALLOW_EXTENDED_DASD_IO 0x00090083 /* BB add struct */
83 #define FSCTL_FIND_FILES_BY_SID 0x0009008F /* BB add struct */
[all …]
/Linux-v5.4/tools/testing/selftests/net/
Dfib_nexthops.sh122 ip netns add ${n}
124 ip -netns ${n} addr add 127.0.0.1/8 dev lo
150 $IP li add veth1 type veth peer name veth2
152 $IP addr add 172.16.1.1/24 dev veth1
153 $IP -6 addr add 2001:db8:91::1/64 dev veth1
155 $IP li add veth3 type veth peer name veth4
157 $IP addr add 172.16.2.1/24 dev veth3
158 $IP -6 addr add 2001:db8:92::1/64 dev veth3
161 ip -netns peer addr add 172.16.1.2/24 dev veth2
162 ip -netns peer -6 addr add 2001:db8:91::2/64 dev veth2
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/actions/
Dpolice.json4 "name": "Add valid basic police action",
17 "cmdUnderTest": "$TC actions add action police rate 1kbit burst 10k index 1",
28 "name": "Add police action with duplicate index",
40 "$TC actions add action police rate 4Mbit burst 120k index 9"
42 "cmdUnderTest": "$TC actions add action police rate 8kbit burst 24k index 9",
53 "name": "Add valid police action with mtu",
66 "cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 1k index 98",
77 "name": "Add valid police action with peakrate",
90 …"cmdUnderTest": "$TC actions add action police rate 90kbit burst 10k mtu 2kb peakrate 100kbit inde…
101 "name": "Add police action with peakrate and no mtu",
[all …]
Dskbedit.json4 "name": "Add skbedit action with valid mark",
17 "cmdUnderTest": "$TC actions add action skbedit mark 1",
28 "name": "Add skbedit action with 32-bit maximum mark",
41 "cmdUnderTest": "$TC actions add action skbedit mark 4294967295 pipe index 1",
52 "name": "Add skbedit action with mark exceeding 32-bit maximum",
65 "cmdUnderTest": "$TC actions add action skbedit mark 666777888999",
74 "name": "Add skbedit action with valid mark and mask",
87 "cmdUnderTest": "$TC actions add action skbedit mark 1/0xaabb",
98 "name": "Add skbedit action with valid mark and 32-bit maximum mask",
111 "cmdUnderTest": "$TC actions add action skbedit mark 1/0xffffffff",
[all …]
Dmpls.json4 "name": "Add MPLS dec_ttl action with pipe opcode",
17 "cmdUnderTest": "$TC actions add action mpls dec_ttl pipe index 8",
28 "name": "Add mpls dec_ttl action with pass opcode",
41 "cmdUnderTest": "$TC actions add action mpls dec_ttl pass index 8",
52 "name": "Add mpls dec_ttl action with drop opcode",
65 "cmdUnderTest": "$TC actions add action mpls dec_ttl drop index 8",
76 "name": "Add mpls dec_ttl action with reclassify opcode",
89 "cmdUnderTest": "$TC actions add action mpls dec_ttl reclassify index 8",
100 "name": "Add mpls dec_ttl action with continue opcode",
113 "cmdUnderTest": "$TC actions add action mpls dec_ttl continue index 8",
[all …]
/Linux-v5.4/tools/perf/pmu-events/arch/x86/icelake/
Dfloating-point.json16 …lar double precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT FM(N)ADD/SUB. FM(N…
23 …sion floating-point instructions: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14 RANGE SQRT DPP FM(N)ADD/SU…
27 …ingle precision floating-point instructions: ADD SUB MUL DIV MIN MAX SQRT RSQRT RCP FM(N)ADD/SUB. …
34 …sion floating-point instructions: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14 RANGE SQRT DPP FM(N)ADD/SU…
38 …cision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT DPP FM(N)ADD/SUB…
45 …ating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT14 RCP14 RANGE DPP FM…
49 …n floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT RSQRT RCP DPP FM(N)AD…
56 …ecision floating-point instructions: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14 SQRT DPP FM(N)ADD/SUB. …
60 …le precision floating-point instructions: ADD SUB HADD HSUB SUBADD MUL DIV MIN MAX SQRT FM(N)ADD/S…
67 …sion floating-point instructions: ADD SUB MUL DIV MIN MAX RCP14 RSQRT14 RANGE SQRT DPP FM(N)ADD/SU…
[all …]
/Linux-v5.4/samples/bpf/
Dtc_l2_redirect.sh16 $IP netns add ns1
17 $IP netns add ns2
18 $IP link add ve1 type veth peer name vens1
19 $IP link add ve2 type veth peer name vens2
29 $IP -n ns1 addr add 10.1.1.101/24 dev vens1
30 $IP -n ns1 addr add 2401:db01::65/64 dev vens1 nodad
31 $IP -n ns1 route add default via 10.1.1.1 dev vens1
32 $IP -n ns1 route add default via 2401:db01::1 dev vens1
36 $IP -n ns2 addr add 10.2.1.102/24 dev vens2
37 $IP -n ns2 addr add 2401:db02::66/64 dev vens2 nodad
[all …]
Dtest_ipip.sh5 ip netns add at_ns0
6 ip netns add at_ns1
7 ip netns add at_ns2
8 ip link add veth0 type veth peer name veth0b
9 ip link add veth1 type veth peer name veth1b
10 ip link add veth2 type veth peer name veth2b
20 ip netns exec at_ns0 ip addr add 172.16.1.100/24 dev veth0
21 ip netns exec at_ns0 ip addr add 2401:db00::1/64 dev veth0 nodad
23 ip netns exec at_ns1 ip addr add 172.16.1.101/24 dev veth1
24 ip netns exec at_ns1 ip addr add 2401:db00::2/64 dev veth1 nodad
[all …]
/Linux-v5.4/arch/sh/lib/
Dmemmove.S30 add r6,r5
34 add #-1,r4
35 add #1,r4
51 add r1,r0
67 add #1,r4
69 add r4,r0
75 add #-1,r4
86 add #-1,r4
95 add #-3,r4
96 add #-3,r5
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dfifo.json4 "name": "Add bfifo qdisc with system default parameters on egress",
11 "$IP link add dev $DUMMY type dummy || /bin/true"
13 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo",
25 "name": "Add pfifo qdisc with system default parameters on egress",
32 "$IP link add dev $DUMMY type dummy || /bin/true"
34 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo",
46 … "name": "Add bfifo qdisc with system default parameters on egress with handle of maximum value",
52 "$IP link add dev $DUMMY type dummy || /bin/true"
54 "cmdUnderTest": "$TC qdisc add dev $DUMMY root handle ffff: bfifo",
66 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes",
[all …]

12345678910>>...164