Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c1503 #define DEF_NOT_SUBREG (0) macro
1514 regs[i].subreg_def = DEF_NOT_SUBREG; in init_reg_state()
2064 if (def_idx == DEF_NOT_SUBREG) in mark_insn_zext()
2069 reg->subreg_def = DEF_NOT_SUBREG; in mark_insn_zext()
2110 reg->subreg_def = rw64 ? DEF_NOT_SUBREG : env->insn_idx + 1; in check_reg_arg()
4226 regs[value_regno].subreg_def = DEF_NOT_SUBREG; in check_mem_access()
5745 caller->regs[BPF_REG_0].subreg_def = DEF_NOT_SUBREG; in __check_func_call()
5772 caller->regs[BPF_REG_0].subreg_def = DEF_NOT_SUBREG; in __check_func_call()
6303 regs[BPF_REG_0].subreg_def = DEF_NOT_SUBREG; in check_helper_call()
6470 DEF_NOT_SUBREG : env->insn_idx + 1; in mark_btf_func_reg_size()
[all …]