OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_FEATURE_CLFLSH
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/arch-x86/asm/
cpufeature_32.h
40
#define
X86_FEATURE_CLFLSH
(0*32+19)
147
#define cpu_has_clflush boot_cpu_has(
X86_FEATURE_CLFLSH
)
/external/kernel-headers/original/asm-x86/
cpufeature_32.h
36
#define
X86_FEATURE_CLFLSH
(0*32+19) /* Supports the CLFLUSH instruction */
166
#define cpu_has_clflush boot_cpu_has(
X86_FEATURE_CLFLSH
)
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/
cpufeature_32.h
40
#define
X86_FEATURE_CLFLSH
(0*32+19)
147
#define cpu_has_clflush boot_cpu_has(
X86_FEATURE_CLFLSH
)
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/
cpufeature_32.h
40
#define
X86_FEATURE_CLFLSH
(0*32+19)
147
#define cpu_has_clflush boot_cpu_has(
X86_FEATURE_CLFLSH
)
Completed in 147 milliseconds