| /linux/tools/include/linux/ |
| H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 37 .dst_reg = DST, \ 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 45 .dst_reg = DST, \ 52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 55 .dst_reg = DST, \ 60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 63 .dst_reg = DST, \ 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 73 .dst_reg = DST, \ [all …]
|
| /linux/samples/bpf/ |
| H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 13 .dst_reg = DST, \ 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 21 .dst_reg = DST, \ 28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 31 .dst_reg = DST, \ 36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 39 .dst_reg = DST, \ 46 #define BPF_MOV64_REG(DST, SRC) \ argument 49 .dst_reg = DST, \ [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | veth.sh | 8 readonly DST=1 11 readonly NS_DST=$BASE$DST 42 ip link add name veth$SRC type veth peer name veth$DST 44 for ns in $SRC $DST; do 104 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null 108 ip netns exec $BASE$DST ./udpgso_bench_rx -C 1000 -R 10 & 112 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 13000 -S 1300 -M 1 -D $BM_NET_V4$DST 145 ip netns exec $NS_DST ethtool -L veth$DST rx $i tx $i 151 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu 163 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 1000 -M 300 -D $BM_NET_V4$DST [all …]
|
| H A D | udpgro_fwd.sh | 9 readonly DST=1 12 readonly NS_DST=$BASE$DST 48 ip link add name veth$SRC type veth peer name veth$DST 50 for ns in $SRC $DST; do 56 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null 78 for ns in $SRC $DST; do 83 for ns in $SRC $DST; do 89 local addr_dst=$(ip -j -n $BASE$DST link show dev vxlan6$DST |jq -r '.[]["address"]') 91 ip -n $BASE$DST neigh add dev vxlan6$DST lladdr $addr_src $OL_NET_V6$SRC 92 ip -n $BASE$SRC neigh add dev vxlan6$SRC lladdr $addr_dst $OL_NET_V6$DST [all …]
|
| H A D | double_udp_encap.sh | 10 readonly DST=2 116 peer name "veth$DST" netns "$NS_DST" 194 ip netns exec "$NS_DST" ethtool -K "veth$DST" gro on 199 local -r dst=$NET$DST
|
| /linux/kernel/bpf/ |
| H A D | core.c | 62 #define DST regs[insn->dst_reg] macro 1819 DST = DST OP (SRC & 63); \ in ___bpf_prog_run() 1822 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run() 1825 DST = DST OP IMM; \ in ___bpf_prog_run() 1828 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1833 DST = DST OP SRC; \ in ___bpf_prog_run() 1836 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run() 1839 DST = DST OP IMM; \ in ___bpf_prog_run() 1842 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1855 DST = (u32) -DST; in ___bpf_prog_run() [all …]
|
| /linux/include/linux/ |
| H A D | filter.h | 105 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 108 .dst_reg = DST, \ 113 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 114 BPF_ALU64_REG_OFF(OP, DST, SRC, 0) 116 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 119 .dst_reg = DST, \ 124 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 125 BPF_ALU32_REG_OFF(OP, DST, SRC, 0) 129 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument 132 .dst_reg = DST, \ [all …]
|
| /linux/arch/x86/crypto/ |
| H A D | aes-ctr-avx-x86_64.S | 249 _vmovdqu AESDATA\i, \i*VL(DST) 260 _vmovdqu AESDATA\i, \i*VL(DST) 287 .set DST, %rdx // Pointer to next destination data define 381 sub $-8*VL, DST 407 sub $-4*VL, DST 434 sub $-2*VL, DST 458 sub $-1*VL, DST 466 sub $-2*VL, DST 474 sub $-3*VL, DST 486 vmovdqu8 AESDATA0, (DST){%k1} [all …]
|
| H A D | aegis128-aesni-asm.S | 111 mov %rax, (DST, %r8) /* Store last LEN - 8 bytes */ 112 movq \msg, (DST) /* Store first 8 bytes */ 124 mov %eax, (DST, %r8) /* Store last LEN - 4 bytes */ 125 movd \msg, (DST) /* Store first 4 bytes */ 130 pextrb $0, \msg, 0(DST) 133 pextrb $1, \msg, 1(DST) 135 pextrb $2, \msg, 2(DST) 293 movdqu T0, (\i * 0x10)(DST) 311 .set DST, %rdx define 330 add $0x50, DST [all …]
|
| H A D | aes-xts-avx-x86_64.S | 155 .set DST, %rdx // Pointer to next destination data define 708 _vmovdqu V0, 0*VL(DST) 709 _vmovdqu V1, 1*VL(DST) 710 _vmovdqu V2, 2*VL(DST) 711 _vmovdqu V3, 3*VL(DST) 717 sub $-4*VL, DST 743 _vmovdqu V0, (DST) 746 add $VL, DST 760 vmovdqu %xmm0, (DST) 763 add $16, DST [all …]
|
| H A D | aes-gcm-aesni-x86_64.S | 406 movdqu (DST), TMP1 441 movdqu (DST,%rax,2), TMP1 657 movdqu AESDATA\i, \i*16(DST) 690 .set DST, %r8 define 808 sub $-8*16, DST 813 sub $-8*16, DST 829 sub $-8*16, DST 898 movdqu TMP0, (DST) 902 movdqu TMP0, (DST) 918 add $16, DST [all …]
|
| H A D | aes-gcm-vaes-avx2.S | 658 vmovdqu AESDATA\i, \i*32(DST) 692 .set DST, %r8 define 755 .set GHASHDATA_PTR, DST 827 sub $-128, DST // 128 is 4 bytes, -128 is 1 byte 832 sub $-128, DST 840 _ghash_4x DST 841 sub $-128, DST 895 vmovdqu AESDATA0, (DST) 907 add $32, DST 941 vmovdqu AESDATA1_XMM, -16(DST, DATALEN64) [all …]
|
| H A D | aes-gcm-vaes-avx512.S | 668 vmovdqu8 GHASHDATA0, 0*64(DST) 669 vmovdqu8 GHASHDATA1, 1*64(DST) 670 vmovdqu8 GHASHDATA2, 2*64(DST) 671 vmovdqu8 GHASHDATA3, 3*64(DST) 702 .set DST, %r8 define 849 add $256, DST 897 add $256, DST 975 vmovdqu8 %zmm0, (DST){%k1} 1001 add $64, DST
|
| /linux/arch/arc/lib/ |
| H A D | memcpy-archs-unaligned.S | 12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument 17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
|
| H A D | memcpy-archs.S | 25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument 30 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
|
| /linux/scripts/ |
| H A D | objdiff | 98 DST="`git rev-parse --short HEAD`" 101 DST="`git rev-parse --short $2`" 111 DSTD="$TMPD/$DST"
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | arena_atomics.c | 321 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument 326 "r3 = %[" #DST "] ll;" \ in load_acquire() 334 __imm_addr(DST) \ in load_acquire() 373 #define STORE_RELEASE_ARENA(SIZEOP, DST, VAL) \ in store_release() argument 376 "r2 = %[" #DST "] ll;" \ in store_release() 380 : __imm_addr(DST), \ in store_release()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_adv_rss.c | 22 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fill_adv_rss_ip4_hdr() 39 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fill_adv_rss_ip6_hdr()
|
| H A D | iavf_fdir.c | 337 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fill_fdir_ip4_hdr() 381 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fill_fdir_ip6_hdr()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bt8xx.rst | 75 - Old TwinHan DST cards or clones with or without CA slot and not 123 Twinhan DST and clones 113
|
| H A D | bttv-cardlist.rst | 470 - Twinhan DST + clones
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | Kconfig | 38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_synack_old.pkt | 12 …er bound (over the window of the receiver) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.168.37.78 LEN=4…
|
| H A D | conntrack_ack_loss_stall.pkt | 112 …r bound (already ACKed data retransmitted) IN=tun0 OUT= MAC= SRC=192.0.2.1 DST=192.168.24.72 LEN=1…
|
| /linux/arch/sh/lib/ |
| H A D | checksum.S | 161 ! r5: char *DST
|