Searched refs:active_mmu_pages (Results 1 – 4 of 4) sorted by relevance
89 list_for_each_entry(sp, &kvm->arch.active_mmu_pages, link) in walk_all_active_sps()
2189 list_add(&sp->link, &vcpu->kvm->arch.active_mmu_pages); in kvm_mmu_alloc_page()2837 list_move(&sp->link, &kvm->arch.active_mmu_pages); in __kvm_mmu_prepare_zap_page()2894 if (list_empty(&kvm->arch.active_mmu_pages)) in prepare_zap_oldest_mmu_page()2897 sp = list_last_entry(&kvm->arch.active_mmu_pages, in prepare_zap_oldest_mmu_page()5820 &kvm->arch.active_mmu_pages, link) { in kvm_zap_obsolete_pages()6113 list_for_each_entry_safe(sp, node, &kvm->arch.active_mmu_pages, link) { in kvm_mmu_zap_all()
9457 INIT_LIST_HEAD(&kvm->arch.active_mmu_pages); in kvm_arch_init_vm()
863 struct list_head active_mmu_pages; member