Home
last modified time | relevance | path

Searched refs:tdp_mmu_pages (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/mmu/
Dtdp_mmu.c27 INIT_LIST_HEAD(&kvm->arch.tdp_mmu_pages); in kvm_mmu_init_tdp_mmu()
46 WARN_ON(!list_empty(&kvm->arch.tdp_mmu_pages)); in kvm_mmu_uninit_tdp_mmu()
292 list_add(&sp->link, &kvm->arch.tdp_mmu_pages); in tdp_mmu_link_page()
/arch/x86/include/asm/
Dkvm_host.h1198 struct list_head tdp_mmu_pages; member