Lines Matching defs:ins
15 #define BPF_JMP_UNC(ins) ((ins) += (ins)->off) argument
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
92 bpf_alu_be(uint64_t reg[EBPF_REG_NUM], const struct ebpf_insn *ins) in bpf_alu_be()
111 bpf_alu_le(uint64_t reg[EBPF_REG_NUM], const struct ebpf_insn *ins) in bpf_alu_le()
131 const struct ebpf_insn *ins, uint32_t off, uint32_t len) in bpf_ld_mbuf()
149 const struct ebpf_insn *ins; in bpf_exec() local