Home
last modified time | relevance | path

Searched defs:bpf_reg_state (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h31588 struct bpf_reg_state { struct
31589 enum bpf_reg_type type;
31590 s32 off;
31591 union {
31632 struct bpf_reg_state *parent; argument
31633 u32 frameno;
31634 s32 subreg_def;
31635 enum bpf_reg_liveness live;
31636 bool precise;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h41297 struct bpf_reg_state { struct
41298 enum bpf_reg_type type;
41299 s32 off;
41300 union {
41341 struct bpf_reg_state *parent; argument
41342 u32 frameno;
41343 s32 subreg_def;
41344 enum bpf_reg_liveness live;
41345 bool precise;