Home
last modified time | relevance | path

Searched refs:kvm_sync_page (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c1878 static bool kvm_sync_page(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in kvm_sync_page() function
1897 ret |= kvm_sync_page(vcpu, s, invalid_list); in kvm_sync_pages()
1997 flush |= kvm_sync_page(vcpu, sp, &invalid_list); in mmu_sync_children()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c1981 static int kvm_sync_page(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in kvm_sync_page() function
2110 flush |= kvm_sync_page(vcpu, sp, &invalid_list) > 0; in mmu_sync_children()
2187 * The page is good, but is stale. kvm_sync_page does in kvm_mmu_find_shadow_page()
2198 ret = kvm_sync_page(vcpu, sp, &invalid_list); in kvm_mmu_find_shadow_page()
2447 * L1 sp, the pagetable is updated via kvm_sync_page() in in __link_shadow_page()

Completed in 18 milliseconds