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

/linux-master/kernel/bpf/
H A Dverifier.c14303 u64 umax1 = is_jmp32 ? (u64)reg1->u32_max_value : reg1->umax_value; local
14319 if (umin1 > umax2 || umax1 < umin2)
14343 if (umin1 > umax2 || umax1 < umin2)
14375 else if (umax1 <= umin2)
14385 if (umax1 < umin2)
14399 else if (umax1 < umin2)
14409 if (umax1 <= umin2)

Completed in 213 milliseconds