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

/kernel/bpf/
H A Dverifier.c156 STACK_SPILL, /* 1st byte of register spilled into stack */ enumerator in enum:bpf_stack_slot_type
263 if (env->cur_state.stack[i].stype == STACK_SPILL)
557 slot->stype = STACK_SPILL;
587 if (slot->stype == STACK_SPILL) {

Completed in 58 milliseconds