Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/mmu/
Dmmu.c6860 wake_up_process(kvm->arch.nx_huge_page_recovery_thread); in set_nx_huge_pages()
7002 wake_up_process(kvm->arch.nx_huge_page_recovery_thread); in set_nx_huge_pages_recovery_param()
7150 &kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_post_init_vm()
7152 kthread_unpark(kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_post_init_vm()
7159 if (kvm->arch.nx_huge_page_recovery_thread) in kvm_mmu_pre_destroy_vm()
7160 kthread_stop(kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_pre_destroy_vm()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h1383 struct task_struct *nx_huge_page_recovery_thread; member