Searched defs:insn (Results 1 – 7 of 7) sorted by relevance
| /kernel/bpf/ |
| D | verifier.c | 330 const struct bpf_insn *insn) in print_bpf_insn() 1408 static int check_xadd(struct bpf_verifier_env *env, int insn_idx, struct bpf_insn *insn) in check_xadd() 2056 const struct bpf_insn *insn) in can_skip_alu_sanitation() 2079 struct bpf_insn *insn) in sanitize_val_alu() 2090 struct bpf_insn *insn, in sanitize_ptr_alu() 2147 struct bpf_insn *insn, in adjust_ptr_min_max_vals() 2391 struct bpf_insn *insn, in adjust_scalar_min_max_vals() 2653 struct bpf_insn *insn) in adjust_reg_min_max_vals() 2742 static int check_alu_op(struct bpf_verifier_env *env, struct bpf_insn *insn) in check_alu_op() 3232 struct bpf_insn *insn, int *insn_idx) in check_cond_jmp_op() [all …]
|
| D | core.c | 221 static bool bpf_is_jmp_and_has_target(const struct bpf_insn *insn) in bpf_is_jmp_and_has_target() 233 struct bpf_insn *insn = prog->insnsi; in bpf_adj_branches() local 772 struct bpf_insn *insn; in bpf_jit_blind_constants() local 839 static unsigned int ___bpf_prog_run(u64 *regs, const struct bpf_insn *insn, in ___bpf_prog_run() 1384 const struct bpf_insn *insn) in __bpf_prog_ret0_warn()
|
| D | arraymap.c | 162 struct bpf_insn *insn = insn_buf; in array_map_gen_lookup() local 657 struct bpf_insn *insn = insn_buf; in array_of_map_gen_lookup() local
|
| D | hashtab.c | 491 struct bpf_insn *insn = insn_buf; in htab_map_gen_lookup() local 529 struct bpf_insn *insn = insn_buf; in htab_lru_map_gen_lookup() local 1372 struct bpf_insn *insn = insn_buf; in htab_of_map_gen_lookup() local
|
| /kernel/events/ |
| D | uprobes.c | 224 bool __weak is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn() 238 bool __weak is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn() 543 void *insn, int nbytes, loff_t offset) in __copy_insn() 568 void *insn = &uprobe->arch.insn; in copy_insn() local 1181 uprobe_opcode_t insn = UPROBE_SWBP_INSN; in __create_xol_area() local
|
| /kernel/trace/ |
| D | bpf_trace.c | 649 struct bpf_insn *insn = insn_buf; in pe_prog_convert_ctx_access() local
|
| /kernel/ |
| D | signal.c | 1176 unsigned char insn; in print_fatal_signal() local
|