Home
last modified time | relevance | path

Searched refs:module_addr_max (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dmodule.c164 #define module_addr_max mod_tree.addr_max macro
215 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable
247 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()