Searched refs:module_addr_max (Results 1 – 1 of 1) sorted by relevance
79 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable1853 if ((unsigned long)ret + size > module_addr_max) in module_alloc_update_bounds()1854 module_addr_max = (unsigned long)ret + size; in module_alloc_update_bounds()2744 if (addr < module_addr_min || addr > module_addr_max) in __module_text_address()