Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeature.h246 # define cpu_has_invlpg 1 macro
248 # define cpu_has_invlpg (boot_cpu_data.x86 > 3) macro
Dtlbflush.h59 if (cpu_has_invlpg) in __flush_tlb_one()