Home
last modified time | relevance | path

Searched refs:REG_LIVE_DONE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dbpf_verifier.h46 REG_LIVE_DONE = 0x8, /* liveness won't be updating this register anymore */ enumerator
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst361 REG_LIVE_DONE = 0x8,
399 * ``REG_LIVE_DONE`` is a marker used by ``clean_verifier_state()`` to avoid
/openbmc/linux/kernel/bpf/
H A Dverifier.c669 if (live & (REG_LIVE_READ | REG_LIVE_WRITTEN | REG_LIVE_DONE)) in print_liveness()
675 if (live & REG_LIVE_DONE) in print_liveness()
3127 if (parent->live & REG_LIVE_DONE) { in mark_reg_read()
15898 st->regs[i].live |= REG_LIVE_DONE; in clean_func_state()
15909 st->stack[i].spilled_ptr.live |= REG_LIVE_DONE; in clean_func_state()
15923 if (st->frame[0]->regs[0].live & REG_LIVE_DONE) in clean_verifier_state()
16809 if (sl->state.frame[0]->regs[0].live & REG_LIVE_DONE && in is_state_visited()