Searched refs:live (Results 1 – 17 of 17) sorted by relevance
532 static void print_liveness(struct bpf_verifier_env *env, enum bpf_reg_liveness live) in print_liveness() argument534 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) { in print_liveness()537 if (live & REG_LIVE_READ) { in print_liveness()540 if (live & REG_LIVE_WRITTEN) { in print_liveness()543 if (live & REG_LIVE_DONE) { in print_liveness()576 print_liveness(env, reg->live); in print_verifier_state()657 print_liveness(env, state->stack[i].spilled_ptr.live); in print_verifier_state()1384 regs[i].live = REG_LIVE_NONE; in init_reg_state()1545 if (writes && (state->live & REG_LIVE_WRITTEN)) { in mark_reg_read()1548 if (parent->live & REG_LIVE_DONE) { in mark_reg_read()[all …]
111 ldflags += [ "-live" ]
115 ldflags += [ "-live" ]
117 ldflags += [ "-live" ]
116 ldflags += [ "-live" ]
112 ldflags += [ "-live" ]
126 ldflags += [ "-live" ]
133 ldflags += [ "-live" ]
154 ldflags += [ "-live" ]
84 atomic_t live; member
132 Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
523 Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>