Searched refs:bpf_mark_reg_not_init (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 711 bpf_mark_reg_not_init(env, &state->stack[spi].spilled_ptr); in invalidate_dynptr() 712 bpf_mark_reg_not_init(env, &state->stack[spi - 1].spilled_ptr); in invalidate_dynptr() 776 bpf_mark_reg_not_init(env, reg); in mark_reg_invalid() 846 bpf_mark_reg_not_init(env, &state->stack[spi].spilled_ptr); in destroy_if_dynptr_stack_slot() 847 bpf_mark_reg_not_init(env, &state->stack[spi - 1].spilled_ptr); in destroy_if_dynptr_stack_slot() 997 bpf_mark_reg_not_init(env, st); in unmark_stack_slots_iter() 1144 bpf_mark_reg_not_init(env, st); in unmark_stack_slot_irq_flag() 2511 void bpf_mark_reg_not_init(const struct bpf_verifier_env *env, in bpf_mark_reg_not_init() function 2555 bpf_mark_reg_not_init(env, ®s[i]); in init_reg_state() 9234 bpf_mark_reg_not_init(env, ®s[caller_saved[i]]); in clear_caller_saved_regs() [all …]
|