Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dconst_fold.c281 for (r = BPF_REG_0; r < ARRAY_SIZE(aux->const_reg_vals); r++) { in bpf_compute_const_regs()
291 aux->const_reg_vals[r] = val; in bpf_compute_const_regs()
296 aux->const_reg_vals[r] = c->map_index; in bpf_compute_const_regs()
300 aux->const_reg_vals[r] = c->val; in bpf_compute_const_regs()
361 dst_val = aux->const_reg_vals[insn->dst_reg]; in bpf_prune_dead_branches()
368 src_val = aux->const_reg_vals[insn->src_reg]; in bpf_prune_dead_branches()
H A Dliveness.c1508 return aux->const_reg_vals[cb_reg]; in find_callback_subprog()
H A Dverifier.c13329 i = aux->const_reg_vals[map_reg]; in bpf_helper_stack_access_bytes()
13370 size = (s64)aux->const_reg_vals[size_reg]; in bpf_helper_stack_access_bytes()
13452 size = (s64)aux->const_reg_vals[size_reg]; in bpf_kfunc_stack_access_bytes()
18308 for (int r = 0; r < ARRAY_SIZE(insn_aux->const_reg_vals); r++) { in do_check()
18309 u32 cval = insn_aux->const_reg_vals[r]; in do_check()
/linux/include/linux/
H A Dbpf_verifier.h727 u32 const_reg_vals[10]; member