Home
last modified time | relevance | path

Searched refs:CPUID_CLFSH (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c328 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
338 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
347 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap.c3489 if ((cpu_feature & CPUID_CLFSH) != 0)
3577 ((cpu_feature & CPUID_CLFSH) == 0 && !useclflushopt)) in pmap_invalidate_cache_pages()
10470 else if ((cpu_feature & CPUID_CLFSH) != 0)
/f-stack/freebsd/i386/i386/
H A Dinitcpu.c785 if ((cpu_feature & CPUID_CLFSH) != 0) in initializecpucache()
795 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
803 cpu_feature &= ~CPUID_CLFSH; in initializecpucache()
H A Dpmap_base.c307 if ((cpu_feature & CPUID_CLFSH) != 0)
395 (cpu_feature & CPUID_CLFSH) == 0) { in pmap_invalidate_cache_pages()
H A Dpmap.c5582 if (useclflushopt || (cpu_feature & CPUID_CLFSH) != 0) { in __CONCAT()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h142 #define CPUID_CLFSH 0x00080000 macro