Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_exec.c21 #define BPF_JMP_UNC(ins) ((ins) += (ins)->off) argument
23 #define BPF_JMP_CND_REG(reg, ins, op, type) \ argument
28 #define BPF_JMP_CND_IMM(reg, ins, op, type) \ argument
33 #define BPF_NEG_ALU(reg, ins, type) \ argument
36 #define EBPF_MOV_ALU_REG(reg, ins, type) \ argument
43 #define EBPF_MOV_ALU_IMM(reg, ins, type) \ argument
60 #define BPF_LD_REG(reg, ins, type) \ argument
64 #define BPF_ST_IMM(reg, ins, type) \ argument
68 #define BPF_ST_REG(reg, ins, type) \ argument
72 #define BPF_ST_XADD_REG(reg, ins, tp) \ argument
[all …]
H A Dbpf_validate.c114 check_alu_bele(const struct ebpf_insn *ins) in check_alu_bele()
122 eval_exit(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_exit()
637 eval_alu(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_alu()
700 eval_bele(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_bele()
790 eval_load(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_load()
968 eval_call(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_call()
1072 eval_jcc(struct bpf_verifier *bvf, const struct ebpf_insn *ins) in eval_jcc()
1729 check_syntax(const struct ebpf_insn *ins) in check_syntax()
1916 const struct ebpf_insn *ins; in log_unreachable() local
1966 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 Drte_bpf.h91 const struct ebpf_insn *ins; /**< array of eBPF instructions */ member
H A Dbpf_jit_x86.c116 uint8_t *ins; member
139 emit_bytes(struct bpf_jit_state *st, const uint8_t ins[], uint32_t sz) in emit_bytes()
1290 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
/f-stack/freebsd/arm64/include/
H A Ddb_machdep.h62 #define inst_trap_return(ins) (0) argument
64 #define inst_return(ins) (((ins) & 0xfffffc1fu) == 0xd65f0000) argument
65 #define inst_call(ins) (((ins) & 0xfc000000u) == 0x94000000u || /* BL */ \ argument
68 #define inst_load(ins) ({ \ argument
73 #define inst_store(ins) ({ \ argument
78 #define is_load_instr(ins) ((((ins) & 0x3b000000u) == 0x18000000u) || /* literal */ \ argument
102 #define is_store_instr(ins) ((((ins) & 0x3f400000u) == 0x08000000u) || /* exclusive */ \ argument
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h74 #define i_calli(ins) (((ins)&0xff) == I_CALLI && ((ins)&0x3800) == 0x1000) argument
77 #define i_rex(ins) (((ins) & 0xff) == 0x41 || ((ins) & 0xff) == 0x43) argument
79 #define inst_trap_return(ins) (((ins)&0xff) == I_IRET) argument
80 #define inst_return(ins) (((ins)&0xff) == I_RET) argument
81 #define inst_call(ins) (((ins)&0xff) == I_CALL || i_calli(ins) || \ argument
83 #define inst_load(ins) 0 argument
84 #define inst_store(ins) 0 argument
/f-stack/freebsd/arm/include/
H A Ddb_machdep.h59 #define inst_trap_return(ins) (0) argument
66 #define inst_return(ins) (((ins) & 0x0e108000) == 0x08108000 || \ argument
71 #define inst_call(ins) (((ins) & 0x0f000000) == 0x0b000000) argument
77 #define inst_branch(ins) (((ins) & 0x0f000000) == 0x0a000000 || \ argument
83 #define inst_load(ins) (0) argument
84 #define inst_store(ins) (0) argument
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h80 #define inst_trap_return(ins) (((ins)&0xff) == I_IRET) argument
81 #define inst_return(ins) (((ins)&0xff) == I_RET) argument
82 #define inst_call(ins) (((ins)&0xff) == I_CALL || \ argument
85 #define inst_load(ins) 0 argument
86 #define inst_store(ins) 0 argument
/f-stack/freebsd/mips/mips/
H A Ddb_disasm.c142 int ins; in db_disasm() local
155 md_printins(int ins, int mdbdot) in md_printins()
H A Ddb_trace.c66 #define MIPS_START_OF_FUNCTION(ins) ((((ins) & 0xffff8000) == 0x27bd8000) \ argument
73 #define MIPS_LLD_PADDING_BETWEEN_FUNCTIONS(ins) ((ins) == 0xefefefef) argument
H A Ddb_interface.c251 db_inst_type(int ins) in db_inst_type()
/f-stack/freebsd/ddb/
H A Ddb_run.c185 db_expr_t ins; in db_stop_at_pc() local
207 db_expr_t ins; in db_stop_at_pc() local
233 db_expr_t ins = in db_restart_at_pc() local
/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.c161 struct bpf_insn *ins; in bpf_jit_compile() local
/f-stack/freebsd/i386/i386/
H A Dbpf_jit_machdep.c161 struct bpf_insn *ins; in bpf_jit_compile() local
/f-stack/freebsd/mips/include/
H A Ddb_machdep.h55 #define BKPT_SET(ins) (MIPS_BREAK_DDB) argument
/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c447 pf_osfp_insert(struct pf_osfp_list *list, struct pf_os_fingerprint *ins) in pf_osfp_insert()
/f-stack/freebsd/kern/
H A Dsubr_taskqueue.c226 struct task *ins; in taskqueue_enqueue_locked() local
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c8220 ins(struct x86emu *emu, int size) in ins() function