Home
last modified time | relevance | path

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

/tools/include/linux/
Dfilter.h34 #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 …]