Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dmmu.c1737 if (vcpu->arch.mmu.sync_page(vcpu, sp)) { in __kvm_sync_page()
1786 (vcpu->arch.mmu.sync_page(vcpu, s))) { in kvm_sync_pages()
3411 context->sync_page = nonpaging_sync_page; in nonpaging_init_context()
3680 context->sync_page = paging64_sync_page; in paging64_init_context_common()
3706 context->sync_page = paging32_sync_page; in paging32_init_context()
3726 context->sync_page = nonpaging_sync_page; in init_kvm_tdp_mmu()
3799 context->sync_page = ept_sync_page; in kvm_init_shadow_ept_mmu()
Dpaging_tmpl.h937 static int FNAME(sync_page)(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp) in FNAME() argument
/arch/x86/include/asm/
Dkvm_host.h268 int (*sync_page)(struct kvm_vcpu *vcpu, member