Searched refs:true_reg (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 7428 static void reg_set_min_max(struct bpf_reg_state *true_reg, struct bpf_reg_state *false_reg, u64 val, u32 val32,
in reg_set_min_max() argument 7433 struct tnum true_32off = tnum_subreg(true_reg->var_off);
in reg_set_min_max() 7434 struct tnum true_64off = true_reg->var_off;
in reg_set_min_max() 7441 * Since false_reg and true_reg have the same type by construction, we
in reg_set_min_max() 7460 __mark_reg32_known(true_reg, val32);
in reg_set_min_max() 7461 true_32off = tnum_subreg(true_reg->var_off);
in reg_set_min_max() 7463 ___mark_reg_known(true_reg, val);
in reg_set_min_max() 7464 true_64off = true_reg->var_off;
in reg_set_min_max() 7496 true_reg->u32_min_value = max(true_reg in reg_set_min_max() 7577 reg_set_min_max_inv(struct bpf_reg_state *true_reg, struct bpf_reg_state *false_reg, u64 val, u32 val32, u8 opcode, bool is_jmp32) reg_set_min_max_inv() argument [all...] |
Completed in 12 milliseconds