Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h156 STACK_SPILL, /* register spilled into stack */ enumerator
285 (frame->stack[slot].slot_type[0] == STACK_SPILL)) \
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c533 [STACK_SPILL] = 'r',
669 if (state->stack[i].slot_type[0] == STACK_SPILL) { in print_verifier_state()
2012 if (func->stack[j].slot_type[0] != STACK_SPILL) in mark_all_scalars_precise()
2054 if (func->stack[spi].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
2153 if (func->stack[i].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
2271 state->stack[spi].slot_type[i] = STACK_SPILL; in save_register_state()
2296 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write_fixed_off()
2351 if (state->stack[spi].slot_type[0] == STACK_SPILL) in check_stack_write_fixed_off()
2562 if (stype[0] == STACK_SPILL) { in check_stack_read_fixed_off()
2577 if (stype[(slot - i) % BPF_REG_SIZE] != STACK_SPILL) { in check_stack_read_fixed_off()
[all …]