Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c394 struct kvm_hyp_memcache *host_mc = arg; in admit_host_page() local
396 if (!host_mc->nr_pages) in admit_host_page()
405 if (__pkvm_host_donate_hyp(hyp_phys_to_pfn(host_mc->head), 1)) in admit_host_page()
408 return pop_hyp_memcache(host_mc, hyp_phys_to_virt); in admit_host_page()
413 struct kvm_hyp_memcache *host_mc) in refill_memcache() argument
415 struct kvm_hyp_memcache tmp = *host_mc; in refill_memcache()
420 *host_mc = tmp; in refill_memcache()
/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h84 struct kvm_hyp_memcache *host_mc);