Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dbpf_insn.h10 #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-v5.10/tools/include/linux/
Dfilter.h34 #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-v5.10/include/linux/
Dfilter.h88 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
91 .dst_reg = DST, \
96 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
99 .dst_reg = DST, \
106 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
109 .dst_reg = DST, \
114 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
117 .dst_reg = DST, \
124 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
127 .dst_reg = DST, \
[all …]
/Linux-v5.10/kernel/bpf/
Dcore.c51 #define DST regs[insn->dst_reg] macro
1401 DST = DST OP SRC; \ in ___bpf_prog_run()
1404 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run()
1407 DST = DST OP IMM; \ in ___bpf_prog_run()
1410 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run()
1423 DST = (u32) -DST; in ___bpf_prog_run()
1426 DST = -DST; in ___bpf_prog_run()
1429 DST = (u32) SRC; in ___bpf_prog_run()
1432 DST = (u32) IMM; in ___bpf_prog_run()
1435 DST = SRC; in ___bpf_prog_run()
[all …]
/Linux-v5.10/arch/arc/lib/
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
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-v5.10/scripts/
Dobjdiff98 DST="`git rev-parse --short HEAD`"
101 DST="`git rev-parse --short $2`"
111 DSTD="$TMPD/$DST"
/Linux-v5.10/arch/x86/crypto/
Daegis128-aesni-asm.S25 #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-v5.10/tools/testing/selftests/bpf/
Dtest_sock_addr.c1031 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument
1034 offsetof(struct bpf_sock_addr, DST[N])) in sendmsg6_rw_dst_asm_prog_load()
1036 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument
1037 STORE_IPV6_WORD_N(DST, SRC, 0), \ in sendmsg6_rw_dst_asm_prog_load()
1038 STORE_IPV6_WORD_N(DST, SRC, 1), \ in sendmsg6_rw_dst_asm_prog_load()
1039 STORE_IPV6_WORD_N(DST, SRC, 2), \ in sendmsg6_rw_dst_asm_prog_load()
1040 STORE_IPV6_WORD_N(DST, SRC, 3) in sendmsg6_rw_dst_asm_prog_load()
/Linux-v5.10/Documentation/admin-guide/media/
Dbt8xx.rst74 - Old TwinHan DST cards or clones with or without CA slot and not
122 Twinhan DST and clones 113
Dbttv-cardlist.rst470 - Twinhan DST + clones
Dbttv.rst1554 - DST Card/DST-IP (bt878, twinhan asic) VP-1020
1562 - DST-CI Card (DVB Satellite) VP-1030
/Linux-v5.10/drivers/media/pci/bt8xx/
DKconfig38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c66 #define EMIT_mov(DST, SRC) \ argument
68 if (DST != SRC) \
69 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
/Linux-v5.10/arch/sh/lib/
Dchecksum.S192 ! r5: char *DST
Dmemcpy-sh4.S165 ! r4 --> [ ... ] DST [ ... ] SRC
/Linux-v5.10/arch/sparc/lib/
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-v5.10/Documentation/filesystems/
Dvfat.rst156 cases in presence of DST - time stamps in a different DST
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c52 PEDIT_FIELDS(IP4_, DST, 4, nat_lip, 0),
/Linux-v5.10/Documentation/virt/kvm/
Dtimekeeping.rst256 bit 0 = 0 (DST off) / 1 (DST enabled)
/Linux-v5.10/arch/m68k/ifpsp060/src/
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, #
Dfplsp.S385 set DST, 0 # offsets within an
9295 fmovm.x DST(%a1),&0x80 # load fp0 with normalized src
9333 fmov.x DST(%a1),%fp0 # simply return dest
/Linux-v5.10/drivers/dma/
Dpl330.c346 DST, enumerator