Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c86 static bool __read_mostly force_flush_and_sync_on_reuse; variable
87 module_param_named(flush_on_reuse, force_flush_and_sync_on_reuse, bool, 0644);
3907 if (!skip_mmu_sync || force_flush_and_sync_on_reuse) in __kvm_mmu_new_pgd()
3909 if (!skip_tlb_flush || force_flush_and_sync_on_reuse) in __kvm_mmu_new_pgd()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c96 static bool __read_mostly force_flush_and_sync_on_reuse; variable
97 module_param_named(flush_on_reuse, force_flush_and_sync_on_reuse, bool, 0644);
4639 if (force_flush_and_sync_on_reuse) { in kvm_mmu_new_pgd()

Completed in 18 milliseconds