Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dreset.c157 kvm_unshare_hyp(vcpu, vcpu + 1); in kvm_arm_vcpu_destroy()
159 kvm_unshare_hyp(sve_state, sve_state + vcpu_sve_state_size(vcpu)); in kvm_arm_vcpu_destroy()
H A Darm.c272 kvm_unshare_hyp(kvm, kvm + 1); in kvm_arch_init_vm()
324 kvm_unshare_hyp(kvm, kvm + 1); in kvm_arch_destroy_vm()
H A Dmmu.c568 void kvm_unshare_hyp(void *from, void *to) in kvm_unshare_hyp() function