module_addr_max 207 kernel/module.c static unsigned long module_addr_min = -1UL, module_addr_max = 0; module_addr_max 239 kernel/module.c if (max > module_addr_max) module_addr_max 240 kernel/module.c module_addr_max = max; module_addr_max 4471 kernel/module.c if (addr < module_addr_min || addr > module_addr_max)