Lines Matching refs:OFF
102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument
107 .off = OFF, \
113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument
118 .off = OFF, \
126 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument
131 .off = OFF, \
136 #define BPF_ALU32_IMM_OFF(OP, DST, IMM, OFF) \ argument
141 .off = OFF, \
223 #define BPF_MOVSX64_REG(DST, SRC, OFF) \ argument
228 .off = OFF, \
231 #define BPF_MOVSX32_REG(DST, SRC, OFF) \ argument
236 .off = OFF, \
325 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
330 .off = OFF, \
335 #define BPF_LDX_MEMSX(SIZE, DST, SRC, OFF) \ argument
340 .off = OFF, \
345 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
350 .off = OFF, \
369 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
374 .off = OFF, \
378 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument
382 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
387 .off = OFF, \
392 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
397 .off = OFF, \
402 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
407 .off = OFF, \
412 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
417 .off = OFF, \
422 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
427 .off = OFF, \
432 #define BPF_JMP_A(OFF) \ argument
437 .off = OFF, \
474 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
479 .off = OFF, \