Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
A Dsetup.c26 static void *vmemmap_base; variable
39 vmemmap_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()
40 if (!vmemmap_base) in divide_memory_pool()
80 ret = hyp_back_vmemmap(phys, size, hyp_virt_to_phys(vmemmap_base)); in recreate_hyp_mappings()
/linux/arch/x86/kernel/
A Dhead64.c64 unsigned long vmemmap_base __ro_after_init = __VMEMMAP_BASE_L4;
65 EXPORT_SYMBOL(vmemmap_base);
118 *fixup_long(&vmemmap_base, physaddr) = __VMEMMAP_BASE_L5; in check_la57_support()
/linux/arch/x86/include/asm/
A Dpage_64.h16 extern unsigned long vmemmap_base;
A Dpgtable_64_types.h135 # define VMEMMAP_START vmemmap_base
/linux/arch/x86/mm/
A Dkaslr.c54 { &vmemmap_base, 0 },
/linux/Documentation/x86/x86_64/
A Dmm.rst49 ffffea0000000000 | -22 TB | ffffeaffffffffff | 1 TB | virtual memory map (vmemmap_base)
108 ffd4000000000000 | -11 PB | ffd5ffffffffffff | 0.5 PB | virtual memory map (vmemmap_base)

Completed in 15 milliseconds