Home
last modified time | relevance | path

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

/kernel/
Dmodule.c159 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable
2422 if ((unsigned long)ret + size > module_addr_max) in module_alloc_update_bounds()
2423 module_addr_max = (unsigned long)ret + size; in module_alloc_update_bounds()
3806 if (addr < module_addr_min || addr > module_addr_max) in __module_address()