Searched refs:sync_spte (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h903 static int FNAME(sync_spte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, int i) function
H A Dmmu.c1900 if (WARN_ON_ONCE(sp->role.direct || !vcpu->arch.mmu->sync_spte ||
1913 return vcpu->arch.mmu->sync_spte(vcpu, sp, i);
4660 context->sync_spte = NULL;
5241 context->sync_spte = paging64_sync_spte;
5248 context->sync_spte = paging32_sync_spte;
5356 context->sync_spte = NULL;
5487 context->sync_spte = ept_sync_spte;
5528 g_context->sync_spte = NULL;
5977 if (!mmu->sync_spte)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h458 int (*sync_spte)(struct kvm_vcpu *vcpu, member in struct:kvm_mmu

Completed in 233 milliseconds