Home
last modified time | relevance | path

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

/arch/arm64/kvm/
Dpkvm.c291 atomic64_set(&host_kvm->stat.protected_hyp_mem, total_sz); in __pkvm_create_hyp_vm()
Dmmu.c932 &kvm->stat.protected_hyp_mem); in account_hyp_memcache()
935 &kvm->stat.protected_hyp_mem); in account_hyp_memcache()
Darm.c225 if (atomic64_read(&kvm->stat.protected_hyp_mem)) in kvm_arch_destroy_vm()
227 atomic64_read(&kvm->stat.protected_hyp_mem)); in kvm_arch_destroy_vm()
Dguest.c33 STATS_DESC_ICOUNTER(VM, protected_hyp_mem),
/arch/arm64/include/asm/
Dkvm_host.h888 atomic64_t protected_hyp_mem; member