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

/linux-master/arch/x86/kernel/
H A Dmodule.c40 static unsigned long module_load_offset; variable
42 /* Mutex protects the module_load_offset. */
50 * Calculate the module_load_offset the first time this
54 if (module_load_offset == 0)
55 module_load_offset =
59 return module_load_offset;
/linux-master/arch/s390/kernel/
H A Dmodule.c42 static unsigned long module_load_offset; local
47 * Calculate the module_load_offset the first time this code
51 if (!module_load_offset)
52 module_load_offset = get_random_u32_inclusive(1, 1024) * PAGE_SIZE;
54 return module_load_offset;

Completed in 130 milliseconds