Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h238 STACK_DYNPTR, enumerator
/openbmc/linux/kernel/bpf/
H A Dverifier.c662 [STACK_DYNPTR] = 'd',
922 state->stack[spi].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
923 state->stack[spi - 1].slot_type[i] = STACK_DYNPTR; in mark_stack_slots_dynptr()
1027 if (state->stack[i].slot_type[0] != STACK_DYNPTR) { in unmark_stack_slots_dynptr()
1061 if (state->stack[spi].slot_type[0] != STACK_DYNPTR) in destroy_if_dynptr_stack_slot()
1154 if (state->stack[spi].slot_type[i] != STACK_DYNPTR || in is_dynptr_reg_valid_init()
1155 state->stack[spi - 1].slot_type[i] != STACK_DYNPTR) in is_dynptr_reg_valid_init()
1322 case STACK_DYNPTR: in is_stack_slot_special()
1480 case STACK_DYNPTR: in print_verifier_state()
7131 if (state->stack[spi].slot_type[stack_off % BPF_REG_SIZE] == STACK_DYNPTR) { in check_stack_range_initialized()
[all …]