/linux/samples/bpf/ |
A D | bpf_insn.h | 13 .dst_reg = DST, \ 21 .dst_reg = DST, \ 31 .dst_reg = DST, \ 39 .dst_reg = DST, \ 49 .dst_reg = DST, \ 57 .dst_reg = DST, \ 67 .dst_reg = DST, \ 75 .dst_reg = DST, \ 87 .dst_reg = DST, \ 122 .dst_reg = DST, \ [all …]
|
/linux/tools/include/linux/ |
A D | filter.h | 37 .dst_reg = DST, \ 45 .dst_reg = DST, \ 55 .dst_reg = DST, \ 63 .dst_reg = DST, \ 73 .dst_reg = DST, \ 83 .dst_reg = DST, \ 91 .dst_reg = DST, \ 101 .dst_reg = DST, \ 109 .dst_reg = DST, \ 119 .dst_reg = DST, \ [all …]
|
/linux/tools/testing/selftests/net/ |
A D | veth.sh | 7 readonly DST=1 10 readonly NS_DST=$BASE$DST 43 for ns in $SRC $DST; do 249 chk_channels "default channels" $DST 1 1 251 ip -n $NS_DST link set dev veth$DST down 257 ip -n $NS_DST link set dev veth$DST up 323 ip -n $NS_DST link set dev veth$DST down 329 ip -n $NS_DST link set dev veth$DST xdp off 340 ip -n $NS_DST link set dev veth$DST up 347 ip -n $NS_DST link set dev veth$DST down [all …]
|
A D | udpgro_fwd.sh | 6 readonly DST=1 9 readonly NS_DST=$BASE$DST 43 for ns in $SRC $DST; do 71 for ns in $SRC $DST; do 76 for ns in $SRC $DST; do 203 run_test "No GRO" $BM_NET$DST 10 0 208 run_test "GRO frag list" $BM_NET$DST 1 0 219 -j DNAT --to-destination $BM_NET$DST 224 run_bench "UDP fwd perf" $BM_NET$DST 226 run_bench "UDP GRO fwd perf" $BM_NET$DST [all …]
|
/linux/include/linux/ |
A D | filter.h | 95 .dst_reg = DST, \ 103 .dst_reg = DST, \ 113 .dst_reg = DST, \ 121 .dst_reg = DST, \ 131 .dst_reg = DST, \ 141 .dst_reg = DST, \ 149 .dst_reg = DST, \ 159 .dst_reg = DST, \ 167 .dst_reg = DST, \ 176 .dst_reg = DST, \ [all …]
|
/linux/kernel/bpf/ |
A D | core.c | 1424 DST = DST OP (SRC & 63); \ in ___bpf_prog_run() 1430 DST = DST OP IMM; \ in ___bpf_prog_run() 1433 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1438 DST = DST OP SRC; \ in ___bpf_prog_run() 1441 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run() 1444 DST = DST OP IMM; \ in ___bpf_prog_run() 1447 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1460 DST = (u32) -DST; in ___bpf_prog_run() 1463 DST = -DST; in ___bpf_prog_run() 1510 DST = div64_u64(DST, SRC); in ___bpf_prog_run() [all …]
|
/linux/arch/arc/lib/ |
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
|
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/ |
A D | objdiff | 98 DST="`git rev-parse --short HEAD`" 101 DST="`git rev-parse --short $2`" 111 DSTD="$TMPD/$DST"
|
/linux/arch/x86/crypto/ |
A D | aegis128-aesni-asm.S | 25 #define DST %rcx macro 142 mov DST, %r9 391 movdq\a T0, (\i * 0x10)(DST) 419 or DST, %r8 432 add $0x50, DST 444 add $0x50, DST 545 movdq\a MSG, (\i * 0x10)(DST) 573 or DST, %r8 586 add $0x50, DST 598 add $0x50, DST
|
/linux/drivers/net/ethernet/intel/iavf/ |
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()
|
A D | iavf_fdir.c | 263 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, DST); in iavf_fill_fdir_ip4_hdr() 309 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, DST); in iavf_fill_fdir_ip6_hdr()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_sock_addr.c | 825 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument 828 offsetof(struct bpf_sock_addr, DST[N])) in sendmsg6_rw_dst_asm_prog_load() 830 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument 831 STORE_IPV6_WORD_N(DST, SRC, 0), \ in sendmsg6_rw_dst_asm_prog_load() 832 STORE_IPV6_WORD_N(DST, SRC, 1), \ in sendmsg6_rw_dst_asm_prog_load() 833 STORE_IPV6_WORD_N(DST, SRC, 2), \ in sendmsg6_rw_dst_asm_prog_load() 834 STORE_IPV6_WORD_N(DST, SRC, 3) in sendmsg6_rw_dst_asm_prog_load()
|
/linux/Documentation/admin-guide/media/ |
A D | bt8xx.rst | 75 - Old TwinHan DST cards or clones with or without CA slot and not 123 Twinhan DST and clones 113
|
A D | bttv-cardlist.rst | 470 - Twinhan DST + clones
|
A D | bttv.rst | 1555 - DST Card/DST-IP (bt878, twinhan asic) VP-1020 1563 - DST-CI Card (DVB Satellite) VP-1030
|
/linux/drivers/media/pci/bt8xx/ |
A D | Kconfig | 38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 65 #define EMIT_mov(DST, SRC) \ argument 67 if (DST != SRC) \ 68 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
|
/linux/arch/sh/lib/ |
A D | checksum.S | 192 ! r5: char *DST
|
A D | memcpy-sh4.S | 165 ! r4 --> [ ... ] DST [ ... ] SRC
|
/linux/arch/sparc/lib/ |
A D | M7memcpy.S | 201 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned 299 ! DST is 8-byte aligned, src is not 893 add %o0, 4, %o0 ! advance DST by 4
|
/linux/Documentation/filesystems/ |
A D | vfat.rst | 156 cases in presence of DST - time stamps in a different DST
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_tc_flower.c | 52 PEDIT_FIELDS(IP4_, DST, 4, nat_lip, 0),
|
/linux/Documentation/virt/kvm/ |
A D | timekeeping.rst | 256 bit 0 = 0 (DST off) / 1 (DST enabled)
|
/linux/arch/m68k/ifpsp060/src/ |
A D | fpsp.S | 11993 fmovm.x DST(%a1),&0x80 # return INF result in fp0 13768 fmovm.x DST(%a1),&0x80 # load dst op 15490 fmovm.x DST(%a1),&0x80 # return dst INF 15856 # If the DST exponent is > the SRC exponent, set the DST exponent # 15858 # DST exponent was scaled by. If the SRC exponent is greater or equal, #
|