Searched refs:umax2 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c14454 u64 umax2 = is_jmp32 ? (u64)reg2->u32_max_value : reg2->umax_value; local
14466 if (umin1 > umax2 || umax1 < umin2)
14490 if (umin1 > umax2 || umax1 < umin2)
14520 if (umin1 > umax2)
14534 else if (umin1 >= umax2)
14544 if (umin1 >= umax2)
14558 else if (umin1 > umax2)

Completed in 188 milliseconds