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

/linux-master/include/linux/
H A Dmoduleloader.h135 #define MODULE_ALIGN (PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
137 #define MODULE_ALIGN PAGE_SIZE macro
/linux-master/arch/arm64/kernel/
H A Dmodule.c122 p = __vmalloc_node_range(size, MODULE_ALIGN,
131 p = __vmalloc_node_range(size, MODULE_ALIGN,
/linux-master/arch/x86/kernel/
H A Dmodule.c76 p = __vmalloc_node_range(size, MODULE_ALIGN,
/linux-master/arch/s390/kernel/
H A Dmodule.c64 p = __vmalloc_node_range(size, MODULE_ALIGN,

Completed in 129 milliseconds