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

/linux-master/kernel/bpf/
H A Dverifier.c14450 u64 umax1 = is_jmp32 ? (u64)reg1->u32_max_value : reg1->umax_value; local
14466 if (umin1 > umax2 || umax1 < umin2)
14490 if (umin1 > umax2 || umax1 < umin2)
14522 else if (umax1 <= umin2)
14532 if (umax1 < umin2)
14546 else if (umax1 < umin2)
14556 if (umax1 <= umin2)

Completed in 460 milliseconds