Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c29 static void *vm_table_base; variable
48 vm_table_base = hyp_early_alloc_contig(nr_pages); in divide_memory_pool()
49 if (!vm_table_base) in divide_memory_pool()
303 pkvm_hyp_vm_table_init(vm_table_base); in __pkvm_init_finalise()