Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h233 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/openbmc/linux/kernel/bpf/
H A Dverifier.c660 [STACK_MISC] = 'm',
1326 case STACK_MISC: in is_stack_slot_special()
1352 *stype = STACK_MISC; in scrub_spilled_slot()
1503 case STACK_MISC: in print_verifier_state()
4586 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
4638 u8 type = STACK_MISC; in check_stack_write_fixed_off()
4741 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
4762 new_type = STACK_MISC; in check_stack_write_var_off()
4897 if (type == STACK_MISC) in check_stack_read_fixed_off()
4934 if (type == STACK_MISC) in check_stack_read_fixed_off()
[all …]