Searched refs:module_addr_max (Results 1 – 1 of 1) sorted by relevance
159 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable2422 if ((unsigned long)ret + size > module_addr_max) in module_alloc_update_bounds()2423 module_addr_max = (unsigned long)ret + size; in module_alloc_update_bounds()3806 if (addr < module_addr_min || addr > module_addr_max) in __module_address()