Home
last modified time | relevance | path

Searched refs:active_mmu_pages (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/kvm/
Dmmu_audit.c92 list_for_each_entry(sp, &kvm->arch.active_mmu_pages, link) in walk_all_active_sps()
Dmmu.c1338 list_add(&sp->link, &vcpu->kvm->arch.active_mmu_pages); in kvm_mmu_alloc_page()
1920 list_move(&sp->link, &kvm->arch.active_mmu_pages); in kvm_mmu_prepare_zap_page()
1996 !list_empty(&kvm->arch.active_mmu_pages)) { in kvm_mmu_change_mmu_pages()
1999 page = container_of(kvm->arch.active_mmu_pages.prev, in kvm_mmu_change_mmu_pages()
3715 !list_empty(&vcpu->kvm->arch.active_mmu_pages)) { in __kvm_mmu_free_some_pages()
3718 sp = container_of(vcpu->kvm->arch.active_mmu_pages.prev, in __kvm_mmu_free_some_pages()
3844 list_for_each_entry(sp, &kvm->arch.active_mmu_pages, link) { in kvm_mmu_slot_remove_write_access()
3879 list_for_each_entry_safe(sp, node, &kvm->arch.active_mmu_pages, link) in kvm_mmu_zap_all()
3892 page = container_of(kvm->arch.active_mmu_pages.prev, in kvm_mmu_remove_some_alloc_mmu_pages()
Dx86.c6165 INIT_LIST_HEAD(&kvm->arch.active_mmu_pages); in kvm_arch_init_vm()
/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h504 struct list_head active_mmu_pages; member