Home
last modified time | relevance | path

Searched refs:MEM_MODULE_START (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/tile/include/asm/
Dpage.h185 #define MEM_MODULE_START (MEM_SV_START + (256*1024*1024)) /* 256 MB */ macro
186 #define MEM_MODULE_END (MEM_MODULE_START + (256*1024*1024))
235 #define MEM_MODULE_START VMALLOC_START macro
/linux-4.4.14/arch/tile/kernel/
Dmodule.c55 area = __get_vm_area(size, VM_ALLOC, MEM_MODULE_START, MEM_MODULE_END); in module_alloc()