Home
last modified time | relevance | path

Searched refs:STACK_POISON (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h223 STACK_POISON, enumerator
/linux/kernel/bpf/
H A Dverifier.c1216 case STACK_POISON: in is_stack_slot_special()
1245 if (*stype == STACK_INVALID || *stype == STACK_POISON) in mark_stack_slot_misc()
1252 if (*stype != STACK_INVALID && *stype != STACK_POISON) in scrub_spilled_slot()
4037 if ((*stype == STACK_INVALID || *stype == STACK_POISON) && in check_stack_write_var_off()
4174 if (type == STACK_POISON) { in check_stack_read_fixed_off()
4229 if (type == STACK_POISON) { in check_stack_read_fixed_off()
6940 if (*stype == STACK_POISON) { in check_stack_range_initialized()