Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c2329 #define DEF_NOT_SUBREG (0) macro
2340 regs[i].subreg_def = DEF_NOT_SUBREG; in init_reg_state()
3113 if (def_idx == DEF_NOT_SUBREG) in mark_insn_zext()
3118 reg->subreg_def = DEF_NOT_SUBREG; in mark_insn_zext()
3161 reg->subreg_def = rw64 ? DEF_NOT_SUBREG : env->insn_idx + 1; in check_reg_arg()
6571 regs[value_regno].subreg_def = DEF_NOT_SUBREG; in check_mem_access()
8891 caller->regs[BPF_REG_0].subreg_def = DEF_NOT_SUBREG; in __check_func_call()
8937 caller->regs[BPF_REG_0].subreg_def = DEF_NOT_SUBREG; in __check_func_call()
9787 regs[BPF_REG_0].subreg_def = DEF_NOT_SUBREG; in check_helper_call()
9989 DEF_NOT_SUBREG : env->insn_idx + 1; in mark_btf_func_reg_size()
[all …]