Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h40 REG_LIVE_WRITTEN = 0x4, /* reg was written first, screening off later reads */ enumerator
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c541 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()
545 if (live & REG_LIVE_WRITTEN) in print_liveness()
1566 if (writes && state->live & REG_LIVE_WRITTEN) in mark_reg_read()
1757 reg->live |= REG_LIVE_WRITTEN; in check_reg_arg()
2268 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()
2364 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write_fixed_off()
2536 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in mark_reg_stack_read()
2571 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()
2590 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()
7098 dst_reg->live |= REG_LIVE_WRITTEN; in check_alu_op()
[all …]