Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/mm/
H A Dtlb.c1146 bool cpu_pcide; in native_flush_tlb_one_user() local
1156 cpu_pcide = this_cpu_read(cpu_tlbstate.cr4) & X86_CR4_PCIDE; in native_flush_tlb_one_user()
1160 * 'cpu_pcide' to ensure that *this* CPU will not trigger those in native_flush_tlb_one_user()
1163 if (boot_cpu_has(X86_FEATURE_INVPCID) && cpu_pcide) in native_flush_tlb_one_user()

Completed in 2 milliseconds