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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c7005 wake_up_process(kvm->arch.nx_huge_page_recovery_thread);
7151 wake_up_process(kvm->arch.nx_huge_page_recovery_thread);
7299 &kvm->arch.nx_huge_page_recovery_thread);
7301 kthread_unpark(kvm->arch.nx_huge_page_recovery_thread);
7308 if (kvm->arch.nx_huge_page_recovery_thread)
7309 kthread_stop(kvm->arch.nx_huge_page_recovery_thread);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1425 struct task_struct *nx_huge_page_recovery_thread; member in struct:kvm_arch

Completed in 163 milliseconds