Home
last modified time | relevance | path

Searched refs:lpage_disallowed_mmu_pages (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h919 struct list_head lpage_disallowed_mmu_pages; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c782 &kvm->arch.lpage_disallowed_mmu_pages); in account_huge_nx_page()
6024 if (list_empty(&kvm->arch.lpage_disallowed_mmu_pages)) in kvm_recover_nx_lpages()
6032 sp = list_first_entry(&kvm->arch.lpage_disallowed_mmu_pages, in kvm_recover_nx_lpages()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c10558 INIT_LIST_HEAD(&kvm->arch.lpage_disallowed_mmu_pages); in kvm_arch_init_vm()