Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c2348 static bool range_bounds_violation(struct bpf_reg_state *reg);
2353 if (range_bounds_violation(reg)) in reg_bounds_sync()
2369 static bool range_bounds_violation(struct bpf_reg_state *reg) in range_bounds_violation() function
2405 if (range_bounds_violation(reg)) { in reg_bounds_sanity_check()
15496 if (range_bounds_violation(&env->false_reg1) || range_bounds_violation(&env->false_reg2)) in simulate_both_branches_taken()
15508 if (range_bounds_violation(&env->true_reg1) || range_bounds_violation(&env->true_reg2)) in simulate_both_branches_taken()