Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h43 REG_LIVE_NONE = 0, /* reg hasn't been read or written this branch */ enumerator
/linux/Documentation/bpf/
H A Dverifier.rst356 REG_LIVE_NONE = 0,
389 * ``REG_LIVE_NONE`` is an initial value assigned to ``->live`` fields upon new
/linux/kernel/bpf/
H A Dverifier.c2438 regs[i].live = REG_LIVE_NONE; in init_reg_state()
18201 cur->frame[j]->regs[i].live = REG_LIVE_NONE; in is_state_visited()
18210 frame->stack[i].spilled_ptr.live = REG_LIVE_NONE; in is_state_visited()