Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmm.h22 int hyp_back_vmemmap(phys_addr_t back);
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c94 ret = hyp_back_vmemmap(hyp_virt_to_phys(vmemmap_base)); in recreate_hyp_mappings()
H A Dmm.c149 int hyp_back_vmemmap(phys_addr_t back) in hyp_back_vmemmap() function