Home
last modified time | relevance | path

Searched refs:vmemmap_size (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/arch/x86/mm/
A Dkaslr.c71 unsigned long vmemmap_size; in kernel_randomize_memory() local
107 vmemmap_size = (kaslr_regions[0].size_tb << (TB_SHIFT - PAGE_SHIFT)) * in kernel_randomize_memory()
109 kaslr_regions[2].size_tb = DIV_ROUND_UP(vmemmap_size, 1UL << TB_SHIFT); in kernel_randomize_memory()
/linux-6.3-rc2/arch/s390/boot/
A Dstartup.c28 unsigned long __bootdata_preserved(vmemmap_size);
183 vmemmap_size = SECTION_ALIGN_UP(pages) * sizeof(struct page); in setup_kernel_memory_layout()
189 vmemmap_start + vmemmap_size + vmalloc_size + MODULES_LEN > in setup_kernel_memory_layout()
227 vmemmap_size = SECTION_ALIGN_UP(ident_map_size / PAGE_SIZE) * sizeof(struct page); in setup_kernel_memory_layout()
229 VMALLOC_START = max(vmemmap_start + vmemmap_size, VMALLOC_START); in setup_kernel_memory_layout()
/linux-6.3-rc2/arch/s390/mm/
A Ddump_pagetables.c302 address_markers[VMEMMAP_END_NR].start_address = (unsigned long)vmemmap + vmemmap_size; in pt_dump_init()
/linux-6.3-rc2/mm/
A Dmemory_hotplug.c1278 unsigned long vmemmap_size = nr_vmemmap_pages * sizeof(struct page); in mhp_supports_memmap_on_memory() local
1279 unsigned long remaining_size = size - vmemmap_size; in mhp_supports_memmap_on_memory()
1309 IS_ALIGNED(vmemmap_size, PMD_SIZE) && in mhp_supports_memmap_on_memory()
/linux-6.3-rc2/arch/s390/kernel/
A Dsetup.c173 unsigned long vmemmap_size; variable
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h93 extern unsigned long __bootdata_preserved(vmemmap_size);

Completed in 17 milliseconds