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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2214 * active_mmu_pages must be a FIFO list, as kvm_zap_obsolete_pages()
2219 list_add(&sp->link, &kvm->arch.active_mmu_pages);
2543 /* Zapping children means active_mmu_pages has become unstable. */
2637 if (list_empty(&kvm->arch.active_mmu_pages))
2641 list_for_each_entry_safe_reverse(sp, tmp, &kvm->arch.active_mmu_pages, link) {
6240 &kvm->arch.active_mmu_pages, link) {
6243 * since active_mmu_pages is a FIFO list.
6356 INIT_LIST_HEAD(&kvm->arch.active_mmu_pages);
6856 list_for_each_entry_safe(sp, node, &kvm->arch.active_mmu_pages, link) {
7224 * We use a separate list instead of just using active_mmu_pages
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1292 struct list_head active_mmu_pages; member in struct:kvm_arch

Completed in 393 milliseconds