Searched refs:bpf_diag_mod_begin (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | diagnostics.h | 98 void bpf_diag_mod_begin(struct bpf_verifier_env *env, const struct bpf_reg_state *reg,
|
| H A D | verifier.c | 3444 bpf_diag_mod_begin(env, &state->stack[spi].spilled_ptr, reg, BPF_DIAG_MOD_SPILL); in save_register_state() 3876 bpf_diag_mod_begin(env, &state->regs[dst_regno], reg, BPF_DIAG_MOD_WRITE); in check_stack_read_fixed_off() 4182 bpf_diag_mod_begin(env, arg, value_reg, BPF_DIAG_MOD_WRITE); in check_stack_arg_write() 4224 bpf_diag_mod_begin(env, &cur->regs[dst_regno], arg, BPF_DIAG_MOD_WRITE); in check_stack_arg_read() 6617 bpf_diag_mod_begin(env, ®s[insn->dst_reg], NULL, BPF_DIAG_MOD_WRITE); in check_load_mem() 6732 bpf_diag_mod_begin(env, cur_regs(env) + load_reg, NULL, BPF_DIAG_MOD_WRITE); in check_atomic_rmw() 9503 bpf_diag_mod_begin(env, reg, NULL, BPF_DIAG_MOD_WRITE); in invalidate_rcu_protected_refs() 9525 bpf_diag_mod_begin(env, reg, NULL, BPF_DIAG_MOD_WRITE); in ref_convert_alloc_rcu_protected() 9907 bpf_diag_mod_begin(env, &caller->regs[BPF_REG_0], NULL, BPF_DIAG_MOD_WRITE); in check_func_call() 10313 bpf_diag_mod_begin(env, &caller->regs[BPF_REG_0], r0, BPF_DIAG_MOD_WRITE); in prepare_func_exit() [all …]
|
| H A D | diagnostics.c | 1620 void bpf_diag_mod_begin(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, in bpf_diag_mod_begin() function
|