Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds