Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dmodule.c117 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable
2371 if ((unsigned long)ret < module_addr_min) in module_alloc_update_bounds()
2372 module_addr_min = (unsigned long)ret; in module_alloc_update_bounds()
3472 if (addr < module_addr_min || addr > module_addr_max) in __module_address()