Home
last modified time | relevance | path

Searched refs:true_umax (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dverifier.c14192 u32 true_umax = opcode == BPF_JLT ? val32 - 1 : val32; in reg_set_min_max() local
14197 true_umax); in reg_set_min_max()
14200 u64 true_umax = opcode == BPF_JLT ? val - 1 : val; in reg_set_min_max() local
14203 true_reg->umax_value = min(true_reg->umax_value, true_umax); in reg_set_min_max()