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
37 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ 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
[all …]
H A Dbpf_validate.c111 check_alu_bele(const struct ebpf_insn *ins) in check_alu_bele()
119 eval_exit(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_exit()
179 eval_ld_imm64(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_ld_imm64()
634 eval_alu(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_alu()
704 eval_bele(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_bele()
794 eval_load(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_load()
1076 eval_jcc(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_jcc()
1733 check_syntax(const struct ebpf_insn *ins) in check_syntax()
1920 const struct ebpf_insn *ins; in log_unreachable() local
1970 const struct ebpf_insn *ins; in validate() local
[all …]
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 Dbpf_dump.c51 const struct ebpf_insn *ins = buf + i; in rte_bpf_dump() local
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.c39 uint32_t *ins; /* ARM64 instructions. NULL if first pass */ member
1095 const struct ebpf_insn *ins; in check_program_has_call() local
1119 const struct ebpf_insn *ins; in emit() local