Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h42 enum bpf_reg_liveness { enum
221 enum bpf_reg_liveness live;
/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``
/linux/kernel/bpf/
H A Dlog.c544 enum bpf_reg_liveness live) in print_liveness()
H A Dverifier.c4804 enum bpf_reg_liveness live = dst->live; in copy_register_state()
17744 enum bpf_reg_liveness live; in clean_func_state()