| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_exec.c | 21 #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 D | bpf_validate.c | 114 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 D | bpf_load_elf.c | 57 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 D | rte_bpf.h | 91 const struct ebpf_insn *ins; /**< array of eBPF instructions */ member
|
| H A D | bpf_jit_x86.c | 116 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 D | bpf_jit_arm64.c | 39 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 D | db_machdep.h | 62 #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 D | db_machdep.h | 74 #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 D | db_machdep.h | 59 #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 D | db_machdep.h | 80 #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 D | db_disasm.c | 142 int ins; in db_disasm() local 155 md_printins(int ins, int mdbdot) in md_printins()
|
| H A D | db_trace.c | 66 #define MIPS_START_OF_FUNCTION(ins) ((((ins) & 0xffff8000) == 0x27bd8000) \ argument 73 #define MIPS_LLD_PADDING_BETWEEN_FUNCTIONS(ins) ((ins) == 0xefefefef) argument
|
| H A D | db_interface.c | 251 db_inst_type(int ins) in db_inst_type()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_run.c | 185 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 D | bpf_jit_machdep.c | 161 struct bpf_insn *ins; in bpf_jit_compile() local
|
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.c | 161 struct bpf_insn *ins; in bpf_jit_compile() local
|
| /f-stack/freebsd/mips/include/ |
| H A D | db_machdep.h | 55 #define BKPT_SET(ins) (MIPS_BREAK_DDB) argument
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_osfp.c | 447 pf_osfp_insert(struct pf_osfp_list *list, struct pf_os_fingerprint *ins) in pf_osfp_insert()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_taskqueue.c | 226 struct task *ins; in taskqueue_enqueue_locked() local
|
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 8220 ins(struct x86emu *emu, int size) in ins() function
|