Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h40 enum bpf_reg_liveness { enum
225 enum bpf_reg_liveness live;
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst355 enum bpf_reg_liveness {
368 enum bpf_reg_liveness live;
402 * ``->live`` field values are formed by combining ``enum bpf_reg_liveness``
/openbmc/linux/kernel/bpf/
H A Dverifier.c667 enum bpf_reg_liveness live) in print_liveness()
4521 enum bpf_reg_liveness live = dst->live; in copy_register_state()
15892 enum bpf_reg_liveness live; in clean_func_state()