Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dmodule.c173 unsigned long umax; in apply_rela_bits() local
186 umax = ((1UL << (bits - 1)) << 1) - 1; in apply_rela_bits()
187 if ((unsigned long) val > umax) in apply_rela_bits()