Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dcpufeature_32.h126 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
127 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)
129 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)
130 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)
131 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
132 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)
134 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
136 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
137 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
[all …]