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

/linux-master/kernel/bpf/
H A Dverifier.c14307 u64 umax2 = is_jmp32 ? (u64)reg2->u32_max_value : reg2->umax_value; local
14319 if (umin1 > umax2 || umax1 < umin2)
14343 if (umin1 > umax2 || umax1 < umin2)
14373 if (umin1 > umax2)
14387 else if (umin1 >= umax2)
14397 if (umin1 >= umax2)
14411 else if (umin1 > umax2)

Completed in 243 milliseconds