Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dverifier.c156 STACK_SPILL, /* register spilled into stack */ enumerator
260 if (env->cur_state.stack_slot_type[i] == STACK_SPILL) in print_verifier_state()
560 state->stack_slot_type[MAX_BPF_STACK + off + i] = STACK_SPILL; in check_stack_write()
580 if (slot_type[0] == STACK_SPILL) { in check_stack_read()
586 if (slot_type[i] != STACK_SPILL) { in check_stack_read()