Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_exec.c15 #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
[all …]
H A Dbpf_validate.c126 check_alu_bele(const struct ebpf_insn *ins) in check_alu_bele()
134 eval_exit(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_exit()
194 eval_ld_imm64(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_ld_imm64()
600 eval_ld_mbuf(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_ld_mbuf()
649 eval_alu(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_alu()
721 eval_bele(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_bele()
811 eval_load(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_load()
897 eval_store(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_store()
989 eval_call(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_call()
1093 eval_jcc(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_jcc()
[all …]
H A Dbpf_dump.c51 const struct ebpf_insn *ins = buf + i; in rte_bpf_dump() local
H A Dbpf_load_elf.c57 resolve_xsym(const char *sn, size_t ofs, struct ebpf_insn *ins, size_t ins_sz, in resolve_xsym()
185 struct ebpf_insn *ins, size_t ins_sz, const struct rte_bpf_prm *prm) in process_reloc()
H A Drte_bpf.h91 const struct ebpf_insn *ins; /**< array of eBPF instructions */ member
H A Dbpf_jit_x86.c111 uint8_t *ins; member
134 emit_bytes(struct bpf_jit_state *st, const uint8_t ins[], uint32_t sz) in emit_bytes()
1285 const struct ebpf_insn *ins; in emit() local
H A Dbpf_jit_arm64.c40 uint32_t *ins; /* ARM64 instructions. NULL if first pass */ member
1096 const struct ebpf_insn *ins; in check_program_has_call() local
1120 const struct ebpf_insn *ins; in emit() local