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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2254 * active_mmu_pages must be a FIFO list, as kvm_zap_obsolete_pages()
2259 list_add(&sp->link, &kvm->arch.active_mmu_pages);
2583 /* Zapping children means active_mmu_pages has become unstable. */
2677 if (list_empty(&kvm->arch.active_mmu_pages))
2681 list_for_each_entry_safe_reverse(sp, tmp, &kvm->arch.active_mmu_pages, link) {
6204 &kvm->arch.active_mmu_pages, link) {
6207 * since active_mmu_pages is a FIFO list.
6319 INIT_LIST_HEAD(&kvm->arch.active_mmu_pages);
6819 list_for_each_entry_safe(sp, node, &kvm->arch.active_mmu_pages, link) {
7187 * We use a separate list instead of just using active_mmu_pages
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1290 struct list_head active_mmu_pages; member in struct:kvm_arch

Completed in 140 milliseconds