Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h215 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/linux/kernel/bpf/
H A Dverifier.c1217 case STACK_MISC: in is_stack_slot_special()
1247 *stype = STACK_MISC; in mark_stack_slot_misc()
1253 *stype = STACK_MISC; in scrub_spilled_slot()
3841 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
3889 u8 type = STACK_MISC; in check_stack_write_fixed_off()
3984 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
4023 new_type = STACK_MISC; in check_stack_write_var_off()
4166 if (type == STACK_MISC) in check_stack_read_fixed_off()
4223 if (type == STACK_MISC) in check_stack_read_fixed_off()
6918 if (*stype == STACK_MISC) in check_stack_range_initialized()
[all …]