Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dmodule.c163 #define module_addr_max mod_tree.addr_max macro
214 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable
245 if (max > module_addr_max) in __mod_update_bounds()
246 module_addr_max = max; in __mod_update_bounds()
4313 if (addr < module_addr_min || addr > module_addr_max) in __module_address()