Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c1938 if (WARN_ON_ONCE(sp->role.direct || !vcpu->arch.mmu->sync_spte || in kvm_sync_page_check()
1950 return vcpu->arch.mmu->sync_spte(vcpu, sp, i); in kvm_sync_spte()
4525 context->sync_spte = NULL; in nonpaging_init_context()
5106 context->sync_spte = paging64_sync_spte; in paging64_init_context()
5113 context->sync_spte = paging32_sync_spte; in paging32_init_context()
5216 context->sync_spte = NULL; in init_kvm_tdp_mmu()
5347 context->sync_spte = ept_sync_spte; in kvm_init_shadow_ept_mmu()
5388 g_context->sync_spte = NULL; in init_kvm_nested_mmu()
5827 if (!mmu->sync_spte) in kvm_mmu_invalidate_addr()
H A Dpaging_tmpl.h906 static int FNAME(sync_spte)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, int i) in FNAME() argument
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h446 int (*sync_spte)(struct kvm_vcpu *vcpu, member