Home
last modified time | relevance | path

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

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