/kernel/linux/linux-5.10/samples/bpf/ |
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 …]
|
/kernel/linux/linux-5.10/tools/include/linux/ |
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 …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | filter.h | 93 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 96 .dst_reg = DST, \ 101 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 104 .dst_reg = DST, \ 111 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 114 .dst_reg = DST, \ 119 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 122 .dst_reg = DST, \ 129 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 132 .dst_reg = DST, \ [all …]
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | core.c | 54 #define DST regs[insn->dst_reg] macro 1418 DST = DST OP (SRC & 63); \ in ___bpf_prog_run() 1421 DST = (u32) DST OP ((u32) SRC & 31); \ in ___bpf_prog_run() 1424 DST = DST OP IMM; \ in ___bpf_prog_run() 1427 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1432 DST = DST OP SRC; \ in ___bpf_prog_run() 1435 DST = (u32) DST OP (u32) SRC; \ in ___bpf_prog_run() 1438 DST = DST OP IMM; \ in ___bpf_prog_run() 1441 DST = (u32) DST OP (u32) IMM; \ in ___bpf_prog_run() 1454 DST = (u32) -DST; in ___bpf_prog_run() [all …]
|
/kernel/linux/linux-5.10/arch/arc/lib/ |
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
|
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
|
/kernel/linux/linux-5.10/scripts/ |
D | objdiff | 98 DST="`git rev-parse --short HEAD`" 101 DST="`git rev-parse --short $2`" 111 DSTD="$TMPD/$DST"
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
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
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_sock_addr.c | 1031 #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()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | bt8xx.rst | 74 - Old TwinHan DST cards or clones with or without CA slot and not 122 Twinhan DST and clones 113
|
D | bttv-cardlist.rst | 470 - Twinhan DST + clones
|
D | bttv.rst | 1554 - DST Card/DST-IP (bt878, twinhan asic) VP-1020 1562 - DST-CI Card (DVB Satellite) VP-1030
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
D | Kconfig | 38 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
/kernel/linux/linux-5.10/arch/x86/net/ |
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)); \
|
/kernel/linux/linux-5.10/arch/sh/lib/ |
D | checksum.S | 192 ! r5: char *DST
|
D | memcpy-sh4.S | 165 ! r4 --> [ ... ] DST [ ... ] SRC
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
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
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | vfat.rst | 156 cases in presence of DST - time stamps in a different DST
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 52 PEDIT_FIELDS(IP4_, DST, 4, nat_lip, 0),
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | timekeeping.rst | 256 bit 0 = 0 (DST off) / 1 (DST enabled)
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
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, #
|
D | fplsp.S | 385 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
|
/kernel/linux/linux-5.10/drivers/dma/ |
D | pl330.c | 346 DST, enumerator
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 17062 … all layers, if SRC extraction is selected, DST extraction must als… 17976 + uint32_t dst; /**< 32 bit New IP DST; Relevant only … 17991 + /**< 16 byte new IP DST; Relevant only… 18002 + uint16_t dst; /**< 16 bit New TCP/UDP DST; Relevant …
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 123842 + gcvBLEND_SET, /* DST = 1 */ 123843 + gcvBLEND_SUB /* DST = DST * (1 - SRC) */
|