Searched refs:kvm_unshare_hyp (Results 1 – 3 of 3) sorted by relevance
157 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()
272 kvm_unshare_hyp(kvm, kvm + 1); in kvm_arch_init_vm()324 kvm_unshare_hyp(kvm, kvm + 1); in kvm_arch_destroy_vm()
568 void kvm_unshare_hyp(void *from, void *to) in kvm_unshare_hyp() function