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

/linux-4.1.27/kernel/
H A Dmodule.c99 * 3) module_addr_min/module_addr_max.
158 static unsigned long module_addr_min = -1UL, module_addr_max = 0; variable
2419 if ((unsigned long)ret + size > module_addr_max) module_alloc_update_bounds()
2420 module_addr_max = (unsigned long)ret + size; module_alloc_update_bounds()
3868 if (addr < module_addr_min || addr > module_addr_max) __module_address()

Completed in 64 milliseconds