Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h233 STACK_MISC, /* BPF program wrote some data into this slot */ enumerator
/Linux-v6.6/kernel/bpf/
Dverifier.c649 [STACK_MISC] = 'm',
1315 case STACK_MISC: in is_stack_slot_special()
1341 *stype = STACK_MISC; in scrub_spilled_slot()
1492 case STACK_MISC: in print_verifier_state()
4325 if (type != STACK_MISC && type != STACK_ZERO) { in check_stack_write_fixed_off()
4377 u8 type = STACK_MISC; in check_stack_write_fixed_off()
4484 if (!env->allow_ptr_leaks && *stype != STACK_MISC && *stype != STACK_ZERO) { in check_stack_write_var_off()
4505 new_type = STACK_MISC; in check_stack_write_var_off()
4640 if (type == STACK_MISC) in check_stack_read_fixed_off()
4677 if (type == STACK_MISC) in check_stack_read_fixed_off()
[all …]