/linux/samples/bpf/ |
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/tools/include/linux/ |
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 280 #define BPF_LD_IMM64(DST, IMM) \ argument [all …]
|
/linux/include/linux/ |
A D | filter.h | 92 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 100 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 110 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 118 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 128 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 138 #define BPF_MOV64_REG(DST, SRC) \ argument 146 #define BPF_MOV32_REG(DST, SRC) \ argument 156 #define BPF_MOV64_IMM(DST, IMM) \ argument 164 #define BPF_MOV32_IMM(DST, IMM) \ argument 173 #define BPF_ZEXT_REG(DST) \ argument [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/arch/x86/crypto/ |
A D | aegis128-aesni-asm.S | 25 #define DST %rcx macro
|
/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 830 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 65 #define EMIT_mov(DST, SRC) \ argument
|
/linux/kernel/bpf/ |
A D | core.c | 54 #define DST regs[insn->dst_reg] macro
|
/linux/drivers/dma/ |
A D | pl330.c | 346 DST, enumerator
|