Home
last modified time | relevance | path

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

/include/linux/
Dlimits.h29 #define U32_MAX ((u32)~0U) macro
30 #define S32_MAX ((s32)(U32_MAX >> 1))
Dlibfdt_env.h11 #define UINT32_MAX U32_MAX
Dhyperv.h430 #define INVALID_RELID U32_MAX
/include/asm-generic/
Dmshyperv.h113 #define VP_INVAL U32_MAX
/include/linux/usb/
Dcdc_ncm.h82 #define CDC_NCM_TIMER_INTERVAL_MAX (U32_MAX / NSEC_PER_USEC)
/include/xen/
Dxen-ops.h20 #define XEN_VCPU_ID_INVALID U32_MAX
/include/linux/mlx4/
Ddevice.h824 if ((value) > U32_MAX) \
825 counter = cpu_to_be32(U32_MAX); \