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.c1315 case STACK_MISC: in is_stack_slot_special()
1359 *stype = STACK_MISC; in mark_stack_slot_misc()
1365 *stype = STACK_MISC; in scrub_spilled_slot()
5141 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
5189 u8 type = STACK_MISC; in check_stack_write_fixed_off()
5301 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
5335 new_type = STACK_MISC; in check_stack_write_var_off()
5472 if (type == STACK_MISC) in check_stack_read_fixed_off()
5522 if (type == STACK_MISC) in check_stack_read_fixed_off()
8123 if (*stype == STACK_MISC) in check_stack_range_initialized()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h237 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator