Searched defs:DST (Results 1 – 8 of 8) sorted by relevance
/linux/tools/include/linux/ |
H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 80 #define BPF_MOV64_REG(DST, SRC) \ argument 88 #define BPF_MOV32_REG(DST, SRC) \ argument 98 #define BPF_MOV64_IMM(DST, IMM) \ argument 106 #define BPF_MOV32_IMM(DST, IMM) \ argument 116 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument [all …]
|
/linux/samples/bpf/ |
H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 28 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 36 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 46 #define BPF_MOV64_REG(DST, SRC) \ argument 54 #define BPF_MOV32_REG(DST, SRC) \ argument 64 #define BPF_MOV64_IMM(DST, IMM) \ argument 72 #define BPF_MOV32_IMM(DST, IMM) \ argument 81 #define BPF_LD_IMM64(DST, IMM) \ argument 84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument [all …]
|
/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/arch/x86/crypto/ |
H A D | aes-gcm-aesni-x86_64.S | 689 .set DST, %r8 define
|
/linux/kernel/bpf/ |
H A D | core.c | 59 #define DST regs[insn->dst_reg] macro [all...] |
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 130 #define EMIT_mov(DST, SRC) \ argument
|
/linux/drivers/dma/ |
H A D | pl330.c | 346 DST, enumerator
|