Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c567 meta->umax_dst = max(meta->umax_dst, dreg->umax_value); in nfp_bpf_check_alu()
582 if (meta->umax_dst > U32_MAX) { in nfp_bpf_check_alu()
608 if (meta->umax_dst > U32_MAX) { in nfp_bpf_check_alu()
H A Dmain.h337 u64 umax_dst; member
H A Djit.c1513 lopnd_max = meta->umax_dst; in wrp_mul()