Searched refs:module_addr_max (Results 1 – 1 of 1) sorted by relevance
182 #define module_addr_max mod_tree.addr_max macro233 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable264 if (max > module_addr_max) in __mod_update_bounds()265 module_addr_max = max; in __mod_update_bounds()4044 if (addr < module_addr_min || addr > module_addr_max) in __module_address()