Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c536 [STACK_MISC] = 'm',
839 case STACK_MISC: in print_verifier_state()
H A Dverifier.c1307 case STACK_MISC: in is_stack_slot_special()
1351 *stype = STACK_MISC; in mark_stack_slot_misc()
1357 *stype = STACK_MISC; in scrub_spilled_slot()
5075 u8 type = STACK_MISC; in check_stack_write_fixed_off()
5221 new_type = STACK_MISC; in check_stack_write_var_off()
5358 if (type == STACK_MISC) in check_stack_read_fixed_off()
5408 if (type == STACK_MISC) in check_stack_read_fixed_off()
7992 if (*stype == STACK_MISC) in check_stack_range_initialized()
7998 *stype = STACK_MISC; in check_stack_range_initialized()
18452 if ((stack->slot_type[i] == STACK_MISC) || in is_stack_all_misc()
[all …]
/linux-6.15/include/linux/
H A Dbpf_verifier.h237 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator