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

/linux-4.1.27/arch/x86/kernel/
H A Dmodule.c50 static unsigned long module_load_offset; variable
52 /* Mutex protects the module_load_offset. */
60 * Calculate the module_load_offset the first time this get_module_load_offset()
64 if (module_load_offset == 0) get_module_load_offset()
65 module_load_offset = get_module_load_offset()
69 return module_load_offset; get_module_load_offset()

Completed in 107 milliseconds