Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/nvhe/
A Dsetup.c27 static void *vmemmap_base; variable
48 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()
/arch/x86/kernel/
A Dhead64.c64 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()
/arch/x86/include/asm/
A Dpage_64.h19 extern unsigned long vmemmap_base;
A Dpgtable_64_types.h115 # define VMEMMAP_START vmemmap_base
/arch/x86/mm/
A Dkaslr.c61 .base = &vmemmap_base,

Completed in 8 milliseconds