Searched refs:vmemmap_base (Results 1 – 5 of 5) sorted by relevance
27 static void *vmemmap_base; variable48 vmemmap_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()49 if (!vmemmap_base) in divide_memory_pool()120 ret = hyp_back_vmemmap(hyp_virt_to_phys(vmemmap_base)); in recreate_hyp_mappings()
64 unsigned long vmemmap_base __ro_after_init = __VMEMMAP_BASE_L4;65 EXPORT_SYMBOL(vmemmap_base);243 vmemmap_base = __VMEMMAP_BASE_L5; in x86_64_start_kernel()
19 extern unsigned long vmemmap_base;
115 # define VMEMMAP_START vmemmap_base
61 .base = &vmemmap_base,
Completed in 8 milliseconds