Searched refs:sync_spte (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c1944 if (WARN_ON_ONCE(sp->role.direct || !vcpu->arch.mmu->sync_spte ||
1956 return vcpu->arch.mmu->sync_spte(vcpu, sp, i);
4666 context->sync_spte = NULL;
5247 context->sync_spte = paging64_sync_spte;
5254 context->sync_spte = paging32_sync_spte;
5357 context->sync_spte = NULL;
5488 context->sync_spte = ept_sync_spte;
5529 g_context->sync_spte = NULL;
5968 if (!mmu->sync_spte)
H A Dpaging_tmpl.h903 static int FNAME(sync_spte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, int i) function
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h455 int (*sync_spte)(struct kvm_vcpu *vcpu, member in struct:kvm_mmu

Completed in 156 milliseconds