Searched refs:nx_huge_page_recovery_thread (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c7018 wake_up_process(kvm->arch.nx_huge_page_recovery_thread);
7164 wake_up_process(kvm->arch.nx_huge_page_recovery_thread);
7312 &kvm->arch.nx_huge_page_recovery_thread);
7314 kthread_unpark(kvm->arch.nx_huge_page_recovery_thread);
7321 if (kvm->arch.nx_huge_page_recovery_thread)
7322 kthread_stop(kvm->arch.nx_huge_page_recovery_thread);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1429 struct task_struct *nx_huge_page_recovery_thread; member in struct:kvm_arch

Completed in 209 milliseconds