Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dpgtable_64_types.h149 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1) macro
152 #define VMALLOC_END VMEMORY_END
/linux-6.6.21/arch/x86/mm/
Dinit_64.c1291 for (addr = VMALLOC_START; addr <= VMEMORY_END; addr = ALIGN(addr + 1, PGDIR_SIZE)) { in preallocate_vmalloc_pages()