Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h662 u32 const_reg_vals[10]; member
/linux/kernel/bpf/
H A Dliveness.c1443 return aux->const_reg_vals[cb_reg]; in find_callback_subprog()
H A Dverifier.c12662 i = aux->const_reg_vals[map_reg]; in bpf_helper_stack_access_bytes()
12703 size = (s64)aux->const_reg_vals[size_reg]; in bpf_helper_stack_access_bytes()
12785 size = (s64)aux->const_reg_vals[size_reg]; in bpf_kfunc_stack_access_bytes()
17782 for (int r = 0; r < ARRAY_SIZE(insn_aux->const_reg_vals); r++) { in do_check()
17783 u32 cval = insn_aux->const_reg_vals[r]; in do_check()