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

/linux-master/arch/arm64/kvm/
H A Dfpsimd.c48 ret = kvm_share_hyp(fpsimd, fpsimd + 1);
H A Dreset.c115 ret = kvm_share_hyp(buf, buf + reg_sz);
H A Darm.c150 ret = kvm_share_hyp(kvm, kvm + 1);
402 return kvm_share_hyp(vcpu, vcpu + 1);
H A Dmmu.c516 int kvm_share_hyp(void *from, void *to) function
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h154 int kvm_share_hyp(void *from, void *to);

Completed in 286 milliseconds