Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Dfpsimd.c36 ret = kvm_share_hyp(fpsimd, fpsimd + 1); in kvm_arch_vcpu_run_map_fp()
H A Dreset.c118 ret = kvm_share_hyp(buf, buf + reg_sz); in kvm_vcpu_finalize_sve()
H A Darm.c169 ret = kvm_share_hyp(kvm, kvm + 1); in kvm_arch_init_vm()
478 err = kvm_share_hyp(vcpu, vcpu + 1); in kvm_arch_vcpu_create()
H A Dmmu.c537 int kvm_share_hyp(void *from, void *to) in kvm_share_hyp() function
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_mmu.h157 int kvm_share_hyp(void *from, void *to);