Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpgtable_64_types.h135 # define VMALLOC_SIZE_TB (pgtable_l5_enabled() ? VMALLOC_SIZE_TB_L5 : VMALLOC_SIZE_TB_L4) macro
139 # define VMALLOC_SIZE_TB VMALLOC_SIZE_TB_L4 macro
153 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1)
173 #define VMALLOC_QUARTER_SIZE ((VMALLOC_SIZE_TB << 40) >> 2)
/linux-6.12.1/arch/x86/mm/
Dkaslr.c102 kaslr_regions[1].size_tb = VMALLOC_SIZE_TB; in kernel_randomize_memory()