Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c536 [STACK_MISC] = 'm',
839 case STACK_MISC: in print_verifier_state()
H A Dverifier.c1288 case STACK_MISC: in is_stack_slot_special()
1332 *stype = STACK_MISC; in mark_stack_slot_misc()
1338 *stype = STACK_MISC; in scrub_spilled_slot()
4900 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
4948 u8 type = STACK_MISC; in check_stack_write_fixed_off()
5060 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
5094 new_type = STACK_MISC; in check_stack_write_var_off()
5231 if (type == STACK_MISC) in check_stack_read_fixed_off()
5281 if (type == STACK_MISC) in check_stack_read_fixed_off()
7737 if (*stype == STACK_MISC) in check_stack_range_initialized()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h229 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator