Home
last modified time | relevance | path

Searched refs:STACK_ITER (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dstates.c434 if (stype == STACK_DYNPTR || stype == STACK_ITER || in __clean_func_state()
806 case STACK_ITER: in stacksafe()
1199 if (state->stack[i].slot_type[0] != STACK_ITER) in iter_active_depths_differ()
H A Dlog.c503 [STACK_ITER] = 'i',
764 case STACK_ITER: in print_verifier_state()
H A Dverifier.c959 slot->slot_type[j] = STACK_ITER; in mark_stack_slots_iter()
1015 if (slot->slot_type[j] == STACK_ITER) in is_iter_reg_valid_uninit()
1047 if (slot->slot_type[j] != STACK_ITER) in is_iter_reg_valid_init()
1215 case STACK_ITER: in is_stack_slot_special()
9499 u32 clear_mask = (1 << STACK_SPILL) | (1 << STACK_ITER); in invalidate_rcu_protected_refs()
/linux/include/linux/
H A Dbpf_verifier.h238 STACK_ITER, enumerator