Lines Matching defs:reg
17 #define BPF_JMP_CND_REG(reg, ins, op, type) \ argument
22 #define BPF_JMP_CND_IMM(reg, ins, op, type) \ argument
27 #define BPF_NEG_ALU(reg, ins, type) \ argument
30 #define EBPF_MOV_ALU_REG(reg, ins, type) \ argument
33 #define BPF_OP_ALU_REG(reg, ins, op, type) \ argument
37 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ argument
40 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ argument
44 #define BPF_DIV_ZERO_CHECK(bpf, reg, ins, type) do { \ argument
54 #define BPF_LD_REG(reg, ins, type) \ argument
58 #define BPF_ST_IMM(reg, ins, type) \ argument
62 #define BPF_ST_REG(reg, ins, type) \ argument
66 #define BPF_ST_XADD_REG(reg, ins, tp) \ argument
75 #define BPF_LD_ABS(bpf, reg, ins, type, op) do { \ argument
82 #define BPF_LD_IND(bpf, reg, ins, type, op) do { \ argument
483 uint64_t reg[EBPF_REG_NUM]; in rte_bpf_exec_burst() local