Searched refs:mark_stack_slot_scratched (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | bpf_verifier.h | 941 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched() function
|
/linux/kernel/bpf/ |
H A D | verifier.c | 895 mark_stack_slot_scratched(env, spi); in destroy_if_dynptr_stack_slot() 896 mark_stack_slot_scratched(env, spi - 1); in destroy_if_dynptr_stack_slot() 1050 mark_stack_slot_scratched(env, spi - i); in mark_stack_slots_iter() 1081 mark_stack_slot_scratched(env, spi - i); in unmark_stack_slots_iter() 1177 mark_stack_slot_scratched(env, spi); in mark_stack_slot_irq_flag() 1220 mark_stack_slot_scratched(env, spi); in unmark_stack_slot_irq_flag() 3391 mark_stack_slot_scratched(env, spi - i); in mark_stack_slot_obj_read() 4915 mark_stack_slot_scratched(env, spi); in check_stack_write_fixed_off() 5058 mark_stack_slot_scratched(env, spi); in check_stack_write_var_off() 5145 mark_stack_slot_scratched(env, spi); in mark_reg_stack_read() [all …]
|