Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c536 [STACK_MISC] = 'm',
839 case STACK_MISC: in print_verifier_state()
H A Dverifier.c807 * do <8 byte writes marking some but not all slots as STACK_MISC. Then, in invalidate_dynptr()
1315 case STACK_MISC: in is_stack_slot_special()
1344 /* Mark stack slot as STACK_MISC, unless it is already STACK_INVALID, in which
1348 * mode), we won't promote STACK_INVALID to STACK_MISC. In privileged case it is
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()
5193 /* Mark slots as STACK_MISC if they belonged to spilled ptr/dynptr/iter. */ in check_stack_write_fixed_off()
5301 if (!env->allow_ptr_leaks && *stype != STACK_MISC in check_stack_write_var_off()
[all...]