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

/linux-master/arch/x86/include/asm/
H A Dpgtable_32_areas.h51 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
H A Dpage_32_types.h72 extern unsigned int __VMALLOC_RESERVE;
/linux-master/arch/x86/mm/
H A Dpgtable_32.c21 unsigned int __VMALLOC_RESERVE = 128 << 20; variable
82 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET;

Completed in 181 milliseconds