Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/samples/bpf/
A Dbpf_insn.h13 .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-6.3-rc2/tools/include/linux/
A Dfilter.h37 .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-6.3-rc2/tools/testing/selftests/net/
A Dveth.sh8 readonly DST=1
11 readonly NS_DST=$BASE$DST
44 for ns in $SRC $DST; do
250 chk_channels "default channels" $DST 1 1
252 ip -n $NS_DST link set dev veth$DST down
258 ip -n $NS_DST link set dev veth$DST up
324 ip -n $NS_DST link set dev veth$DST down
330 ip -n $NS_DST link set dev veth$DST xdp off
341 ip -n $NS_DST link set dev veth$DST up
348 ip -n $NS_DST link set dev veth$DST down
[all …]
A Dudpgro_fwd.sh7 readonly DST=1
10 readonly NS_DST=$BASE$DST
44 for ns in $SRC $DST; do
72 for ns in $SRC $DST; do
77 for ns in $SRC $DST; do
204 run_test "No GRO" $BM_NET$DST 10 0
209 run_test "GRO frag list" $BM_NET$DST 1 0
220 -j DNAT --to-destination $BM_NET$DST
225 run_bench "UDP fwd perf" $BM_NET$DST
227 run_bench "UDP GRO fwd perf" $BM_NET$DST
[all …]
/linux-6.3-rc2/include/linux/
A Dfilter.h96 .dst_reg = DST, \
104 .dst_reg = DST, \
114 .dst_reg = DST, \
122 .dst_reg = DST, \
132 .dst_reg = DST, \
142 .dst_reg = DST, \
150 .dst_reg = DST, \
160 .dst_reg = DST, \
168 .dst_reg = DST, \
177 .dst_reg = DST, \
[all …]
/linux-6.3-rc2/kernel/bpf/
A Dcore.c1688 DST = DST OP (SRC & 63); \ in ___bpf_prog_run()
1694 DST = DST OP IMM; \ in ___bpf_prog_run()
1697 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run()
1702 DST = DST OP SRC; \ in ___bpf_prog_run()
1705 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run()
1708 DST = DST OP IMM; \ in ___bpf_prog_run()
1724 DST = (u32) -DST; in ___bpf_prog_run()
1727 DST = -DST; in ___bpf_prog_run()
1774 DST = div64_u64(DST, SRC); in ___bpf_prog_run()
1782 DST = div64_u64(DST, IMM); in ___bpf_prog_run()
[all …]
/linux-6.3-rc2/arch/arc/lib/
A Dmemcpy-archs-unaligned.S12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
17 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
A Dmemcpy-archs.S25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
30 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
/linux-6.3-rc2/scripts/
A Dobjdiff98 DST="`git rev-parse --short HEAD`"
101 DST="`git rev-parse --short $2`"
111 DSTD="$TMPD/$DST"
/linux-6.3-rc2/arch/x86/crypto/
A Daegis128-aesni-asm.S26 #define DST %rcx macro
143 mov DST, %r9
392 movdq\a T0, (\i * 0x10)(DST)
420 or DST, %r8
433 add $0x50, DST
445 add $0x50, DST
546 movdq\a MSG, (\i * 0x10)(DST)
574 or DST, %r8
587 add $0x50, DST
599 add $0x50, DST
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_adv_rss.c22 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 Diavf_fdir.c263 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-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_sock_addr.c834 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument
837 offsetof(struct bpf_sock_addr, DST[N])) in sendmsg6_rw_dst_asm_prog_load()
839 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument
840 STORE_IPV6_WORD_N(DST, SRC, 0), \ in sendmsg6_rw_dst_asm_prog_load()
841 STORE_IPV6_WORD_N(DST, SRC, 1), \ in sendmsg6_rw_dst_asm_prog_load()
842 STORE_IPV6_WORD_N(DST, SRC, 2), \ in sendmsg6_rw_dst_asm_prog_load()
843 STORE_IPV6_WORD_N(DST, SRC, 3) in sendmsg6_rw_dst_asm_prog_load()
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A DKconfig38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dbt8xx.rst75 - Old TwinHan DST cards or clones with or without CA slot and not
123 Twinhan DST and clones 113
A Dbttv-cardlist.rst470 - Twinhan DST + clones
A Dbttv.rst1555 - DST Card/DST-IP (bt878, twinhan asic) VP-1020
1563 - DST-CI Card (DVB Satellite) VP-1030
/linux-6.3-rc2/arch/sh/lib/
A Dchecksum.S192 ! r5: char *DST
A Dmemcpy-sh4.S165 ! r4 --> [ ... ] DST [ ... ] SRC
/linux-6.3-rc2/arch/x86/net/
A Dbpf_jit_comp.c72 #define EMIT_mov(DST, SRC) \ argument
74 if (DST != SRC) \
75 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
/linux-6.3-rc2/arch/sparc/lib/
A DM7memcpy.S201 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-6.3-rc2/Documentation/filesystems/
A Dvfat.rst156 cases in presence of DST - time stamps in a different DST
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_flower.c52 PEDIT_FIELDS(IP4_, DST, 4, nat_lip, 0),
/linux-6.3-rc2/Documentation/virt/kvm/x86/
A Dtimekeeping.rst256 bit 0 = 0 (DST off) / 1 (DST enabled)
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dfpsp.S11993 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, #

Completed in 79 milliseconds

12