Searched defs:bpf_reg_state (Results 1 – 1 of 1) sorted by relevance
43 struct bpf_reg_state { struct66 * from the pointed-to object, and is shared with all bpf_reg_states argument69 struct tnum var_off;75 s64 smin_value; /* minimum possible (s64)value */76 s64 smax_value; /* maximum possible (s64)value */77 u64 umin_value; /* minimum possible (u64)value */101 struct bpf_reg_state spilled_ptr; argument