REG_LIVE_WRITTEN  414 kernel/bpf/verifier.c 	if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE))
REG_LIVE_WRITTEN  418 kernel/bpf/verifier.c 	if (live & REG_LIVE_WRITTEN)
REG_LIVE_WRITTEN 1204 kernel/bpf/verifier.c 		if (writes && state->live & REG_LIVE_WRITTEN)
REG_LIVE_WRITTEN 1395 kernel/bpf/verifier.c 		reg->live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 1884 kernel/bpf/verifier.c 	state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 2002 kernel/bpf/verifier.c 			state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 2048 kernel/bpf/verifier.c 				state->regs[value_regno].live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 2067 kernel/bpf/verifier.c 			state->regs[value_regno].live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 2116 kernel/bpf/verifier.c 			state->regs[value_regno].live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 5033 kernel/bpf/verifier.c 				dst_reg->live |= REG_LIVE_WRITTEN;
REG_LIVE_WRITTEN 5044 kernel/bpf/verifier.c 					dst_reg->live |= REG_LIVE_WRITTEN;