Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h2143 bool __kvm_mmu_unprotect_gfn_and_retry(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa,
2149 return __kvm_mmu_unprotect_gfn_and_retry(vcpu, cr2_or_gpa, false); in kvm_mmu_unprotect_gfn_and_retry()
/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c2743 bool __kvm_mmu_unprotect_gfn_and_retry(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, in __kvm_mmu_unprotect_gfn_and_retry() function
/linux-6.12.1/arch/x86/kvm/
Dx86.c8885 __kvm_mmu_unprotect_gfn_and_retry(vcpu, cr2_or_gpa, true); in kvm_unprotect_and_retry_on_failure()