/linux-6.12.1/tools/include/linux/ |
D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 80 #define BPF_MOV64_REG(DST, SRC) \ argument 88 #define BPF_MOV32_REG(DST, SRC) \ argument 116 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument 124 #define BPF_MOVSX32_REG(DST, SRC, OFF) \ argument 134 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 142 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument 162 #define BPF_LD_IND(SIZE, SRC, IMM) \ argument 172 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument [all …]
|
/linux-6.12.1/samples/bpf/ |
D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 46 #define BPF_MOV64_REG(DST, SRC) \ argument 54 #define BPF_MOV32_REG(DST, SRC) \ argument 84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 161 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument 175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument [all …]
|
/linux-6.12.1/include/linux/ |
D | filter.h | 102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument 110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument 121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 168 #define BPF_MOV64_REG(DST, SRC) \ argument 176 #define BPF_MOV32_REG(DST, SRC) \ argument 190 #define BPF_MOV64_PERCPU_REG(DST, SRC) \ argument 223 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument 231 #define BPF_MOVSX32_REG(DST, SRC, OFF) \ argument 267 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument [all …]
|
/linux-6.12.1/arch/arc/lib/ |
D | memcpy-archs-unaligned.S | 13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
D | memcpy-archs.S | 26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
/linux-6.12.1/sound/pci/ctxfi/ |
D | ctresource.h | 21 SRC, enumerator
|
/linux-6.12.1/arch/x86/crypto/ |
D | aegis128-aesni-asm.S | 25 #define SRC %rdx macro
|
D | aes-xts-avx-x86_64.S | 86 .set SRC, %rsi // Pointer to next source data define
|
D | aes-gcm-aesni-x86_64.S | 688 .set SRC, %rcx define
|
D | aes-gcm-avx10-x86_64.S | 594 .set SRC, %rcx define
|
/linux-6.12.1/drivers/video/fbdev/ |
D | dnfb.c | 90 #define SRC 0x3 macro
|
/linux-6.12.1/arch/sh/kernel/cpu/sh2a/ |
D | setup-sh7203.c | 38 SRC, IEBI, enumerator
|
/linux-6.12.1/arch/sh/kernel/cpu/sh4a/ |
D | setup-sh7770.c | 354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator
|
/linux-6.12.1/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 215 #define emit_stmem(OFF, SRC) \ argument
|
/linux-6.12.1/drivers/mmc/host/ |
D | omap_hsmmc.c | 105 #define SRC (1 << 25) macro
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 128 #define EMIT_mov(DST, SRC) \ argument
|
/linux-6.12.1/kernel/bpf/ |
D | core.c | 60 #define SRC regs[insn->src_reg] macro
|
/linux-6.12.1/drivers/dma/ |
D | pl330.c | 345 SRC = 0, enumerator
|