Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c34 INIT_LIST_HEAD(&kvm->arch.tdp_mmu_pages); in kvm_mmu_init_tdp_mmu()
630 list_add(&sp->link, &vcpu->kvm->arch.tdp_mmu_pages); in kvm_tdp_mmu_map()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1017 struct list_head tdp_mmu_pages; member