Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/mmu/
Dmmu.c7284 wake_up_process(kvm->arch.nx_huge_page_recovery_thread); in set_nx_huge_pages()
7430 wake_up_process(kvm->arch.nx_huge_page_recovery_thread); in set_nx_huge_pages_recovery_param()
7578 &kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_post_init_vm()
7580 kthread_unpark(kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_post_init_vm()
7587 if (kvm->arch.nx_huge_page_recovery_thread) in kvm_mmu_pre_destroy_vm()
7588 kthread_stop(kvm->arch.nx_huge_page_recovery_thread); in kvm_mmu_pre_destroy_vm()
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h1446 struct task_struct *nx_huge_page_recovery_thread; member