Searched refs:module_addr_max (Results 1 – 1 of 1) sorted by relevance
164 #define module_addr_max mod_tree.addr_max macro215 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable247 if (max > module_addr_max) in __mod_update_bounds()248 module_addr_max = max; in __mod_update_bounds()4739 if (addr < module_addr_min || addr > module_addr_max) in __module_address()