Home
last modified time | relevance | path

Searched defs:SRC (Results 1 – 16 of 16) sorted by relevance

/linux/tools/include/linux/
H A Dfilter.h34 BPF_ALU64_REG(OP,DST,SRC) global() argument
42 BPF_ALU32_REG(OP,DST,SRC) global() argument
80 BPF_MOV64_REG(DST,SRC) global() argument
88 BPF_MOV32_REG(DST,SRC) global() argument
116 BPF_MOVSX64_REG(DST,SRC,OFF) global() argument
124 BPF_MOVSX32_REG(DST,SRC,OFF) global() argument
134 BPF_MOV64_RAW(TYPE,DST,SRC,IMM) global() argument
142 BPF_MOV32_RAW(TYPE,DST,SRC,IMM) global() argument
162 BPF_LD_IND(SIZE,SRC,IMM) global() argument
172 BPF_LDX_MEM(SIZE,DST,SRC,OFF) global() argument
182 BPF_STX_MEM(SIZE,DST,SRC,OFF) global() argument
205 BPF_ATOMIC_OP(SIZE,OP,DST,SRC,OFF) global() argument
214 BPF_STX_XADD(SIZE,DST,SRC,OFF) global() argument
228 BPF_JMP_REG(OP,DST,SRC,OFF) global() argument
238 BPF_JMP32_REG(OP,DST,SRC,OFF) global() argument
298 BPF_RAW_INSN(CODE,DST,SRC,OFF,IMM) global() argument
311 BPF_LD_IMM64_RAW(DST,SRC,IMM) global() argument
325 BPF_LD_IMM64_RAW_FULL(DST,SRC,OFF1,OFF2,IMM1,IMM2) global() argument
[all...]
/linux/samples/bpf/
H A Dbpf_insn.h10 #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/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
H A Dmemcpy-archs.S26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument
31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
/linux/include/linux/
H A Dfilter.h106 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument
114 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
117 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument
125 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
172 #define BPF_MOV64_REG(DST, SRC) \ argument
180 #define BPF_MOV32_REG(DST, SRC) \ argument
194 #define BPF_MOV64_PERCPU_REG(DST, SRC) \ argument
227 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument
235 #define BPF_MOVSX32_REG(DST, SRC, OFF) \ argument
271 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument
[all …]
/linux/sound/pci/ctxfi/
H A Dctresource.h21 SRC, enumerator
/linux/arch/x86/crypto/
H A Daes-ctr-avx-x86_64.S286 .set SRC, %rsi // Pointer to next source data define
H A Daes-xts-avx-x86_64.S154 .set SRC, %rsi // Pointer to next source data define
/linux/drivers/video/fbdev/
H A Ddnfb.c90 #define SRC 0x3 macro
/linux/arch/sh/kernel/cpu/sh2a/
H A Dsetup-sh7203.c38 SRC, IEBI, enumerator
/linux/tools/testing/selftests/bpf/progs/
H A Darena_atomics.c325 #define LOAD_ACQUIRE_ARENA(SIZEOP, SIZE, SRC, DST) \ in load_acquire() argument
/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7770.c354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c215 #define emit_stmem(OFF, SRC) \ argument
/linux/kernel/bpf/
H A Dcore.c63 #define SRC regs[insn->src_reg] macro
/linux/arch/x86/net/
H A Dbpf_jit_comp.c132 #define EMIT_mov(DST, SRC) \ argument
/linux/drivers/dma/
H A Dpl330.c345 SRC = 0, enumerator