GIF89a;
Direktori : /lib/modules/3.10.0-957.21.3.el7.centos.plus.x86_64/build/arch/x86/include/asm/ |
Current File : //lib/modules/3.10.0-957.21.3.el7.centos.plus.x86_64/build/arch/x86/include/asm/kaslr.h |
#ifndef _ASM_KASLR_H_ #define _ASM_KASLR_H_ unsigned long kaslr_get_random_long(const char *purpose); #ifdef CONFIG_RANDOMIZE_MEMORY extern unsigned long page_offset_base; extern unsigned long vmalloc_base; extern unsigned long vmemmap_base; void kernel_randomize_memory(void); #else static inline void kernel_randomize_memory(void) { } #endif /* CONFIG_RANDOMIZE_MEMORY */ #endif