Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf_verifier.h189 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/linux-6.1.9/kernel/bpf/
Dverifier.c595 [STACK_MISC] = 'm',
833 *stype = STACK_MISC; in scrub_spilled_slot()
3068 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
3106 u8 type = STACK_MISC; in check_stack_write_fixed_off()
3202 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
3223 new_type = STACK_MISC; in check_stack_write_var_off()
3355 if (type == STACK_MISC) in check_stack_read_fixed_off()
3390 if (type == STACK_MISC) in check_stack_read_fixed_off()
5168 if (*stype == STACK_MISC) in check_stack_range_initialized()
5173 *stype = STACK_MISC; in check_stack_range_initialized()
[all …]