Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_verifier.h42 REG_LIVE_WRITTEN = 0x4, /* reg was written first, screening off later reads */ enumerator
/Linux-v6.1/kernel/bpf/
Dverifier.c603 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()
607 if (live & REG_LIVE_WRITTEN) in print_liveness()
2280 if (writes && state->live & REG_LIVE_WRITTEN) in mark_reg_read()
2493 reg->live |= REG_LIVE_WRITTEN; in check_reg_arg()
3011 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()
3111 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write_fixed_off()
3283 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in mark_reg_stack_read()
3347 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()
3358 state->regs[dst_regno].live |= REG_LIVE_WRITTEN; in check_stack_read_fixed_off()
7656 reg->live |= REG_LIVE_WRITTEN; in mark_btf_func_reg_size()
[all …]