Searched refs:umax2 (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c14462 u64 umax2 = is_jmp32 ? (u64)reg2->u32_max_value : reg2->umax_value; local
14474 if (umin1 > umax2 || umax1 < umin2)
14498 if (umin1 > umax2 || umax1 < umin2)
14528 if (umin1 > umax2)
14542 else if (umin1 >= umax2)
14552 if (umin1 >= umax2)
14566 else if (umin1 > umax2)

Completed in 379 milliseconds