Searched refs:module_addr_max (Results 1 – 1 of 1) sorted by relevance
161 #define module_addr_max mod_tree.addr_max macro212 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable244 if (max > module_addr_max) in __mod_update_bounds()245 module_addr_max = max; in __mod_update_bounds()4688 if (addr < module_addr_min || addr > module_addr_max) in __module_address()