Searched refs:w2 (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/arm64/fp/ |
D | fpsimd-test.S | 87 strb w2, [x1, #-1]! // Write the NUL terminator 189 orr w2, w1, w2, lsl #28 194 0: str w2, [x0], #4 195 add w2, w2, #(1 << 22) 233 mov w2, #0xae 240 mov w2, #0 250 0: strb w2, [x0], #1 346 mov w6, w2 408 mov w2, #SA_SIGINFO 413 mov w2, #SA_SIGINFO [all …]
|
D | sve-test.S | 100 strb w2, [x1, #-1]! // Write the NUL terminator 213 orr w2, w1, w2, lsl #28 218 0: str w2, [x0], #4 219 add w2, w2, #(1 << 22) 298 bfi w0, w2, #2, #2 322 mov w2, #0xae 329 mov w2, #0 339 0: strb w2, [x0], #1 497 mov w6, w2 559 mov w2, #SA_SIGINFO [all …]
|
/tools/testing/selftests/net/forwarding/ |
D | q_in_vni.sh | 225 ip link add name w1 type veth peer name w2 242 simple_if_init w2 243 vlan_create w2 10 vw2 $host_addr1/28 244 vlan_create w2 20 vw2 $host_addr2/24 305 r1_mac=$(in_ns ns1 mac_get w2) 306 r2_mac=$(in_ns ns2 mac_get w2)
|
D | vxlan_bridge_1q.sh | 266 ip link add name w1 type veth peer name w2 296 simple_if_init w2 297 vlan_create w2 10 vw2 $host_addr1/28 298 vlan_create w2 20 vw2 $host_addr2/24 359 r1_mac=$(in_ns ns1 mac_get w2) 360 r2_mac=$(in_ns ns2 mac_get w2) 725 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \ 760 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \ 792 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \ 802 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
|
D | dual_vxlan_bridge.sh | 243 ip link add name w1 type veth peer name w2 257 simple_if_init w2 258 vlan_create w2 $vlan_id vw2 $host_addr/28 325 r1_mac=$(in_ns ns1 mac_get w2) 326 r2_mac=$(in_ns ns2 mac_get w2)
|
D | vxlan_bridge_1d.sh | 205 ip link add name w1 type veth peer name w2 218 simple_if_init w2 $host_addr/28 277 r1_mac=$(in_ns ns1 mac_get w2) 278 r2_mac=$(in_ns ns2 mac_get w2) 700 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 732 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 760 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \ 769 in_ns ns1 $MZ w2 -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff -B $dst \
|
D | vxlan_asymmetric.sh | 301 hx_create "vrf-h1" w2 10.1.1.102 10.1.1.1 377 ip link add name w1 type veth peer name w2 423 local h1_ns_mac=$(in_ns ns1 mac_get w2) 493 ip neigh replace 10.1.1.102 lladdr $(in_ns ns1 mac_get w2) nud noarp \ 557 ip neigh add 10.1.1.102 lladdr $(in_ns ns1 mac_get w2) nud noarp \
|
D | vxlan_symmetric.sh | 332 hx_create "vrf-h1" w2 10.1.1.102 10.1.1.1 420 ip link add name w1 type veth peer name w2 466 local h1_ns_mac=$(in_ns ns1 mac_get w2)
|
/tools/testing/selftests/bpf/benchs/ |
D | run_bench_trigger.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
/tools/perf/bench/ |
D | epoll-wait.c | 408 struct worker *w2 = (struct worker *) p2; in cmpworker() local 409 return w1->tid > w2->tid; in cmpworker()
|