Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dmodule.c192 unsigned long umax; in apply_rela_bits() local
206 umax = ((1UL << (bits - 1)) << 1) - 1; in apply_rela_bits()
207 if ((unsigned long) val > umax) in apply_rela_bits()