Home
last modified time | relevance | path

Searched refs:STACK_DYNPTR (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c538 [STACK_DYNPTR] = 'd',
811 case STACK_DYNPTR: in print_verifier_state()
H A Dverifier.c744 state->stack[spi].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
745 state->stack[spi - 1].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
849 if (state->stack[i].slot_type[0] != STACK_DYNPTR) { in unmark_stack_slots_dynptr()
883 if (state->stack[spi].slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot()
976 if (state->stack[spi].slot_type[i] != STACK_DYNPTR || in is_dynptr_reg_valid_init()
977 state->stack[spi - 1].slot_type[i] != STACK_DYNPTR) in is_dynptr_reg_valid_init()
1283 case STACK_DYNPTR: in is_stack_slot_special()
7716 if (state->stack[spi].slot_type[stack_off % BPF_REG_SIZE] == STACK_DYNPTR) { in check_stack_range_initialized()
18103 case STACK_DYNPTR: in stacksafe()
/linux/include/linux/
H A Dbpf_verifier.h234 STACK_DYNPTR, enumerator