Home
last modified time | relevance | path

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

/bionic/libc/kernel/arch-x86/asm/
Dcpufeature_32.h112 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
114 #define cpu_has_fpu boot_cpu_has(X86_FEATURE_FPU)
115 #define cpu_has_vme boot_cpu_has(X86_FEATURE_VME)
116 #define cpu_has_de boot_cpu_has(X86_FEATURE_DE)
117 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
118 #define cpu_has_tsc boot_cpu_has(X86_FEATURE_TSC)
119 #define cpu_has_pae boot_cpu_has(X86_FEATURE_PAE)
120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
121 #define cpu_has_apic boot_cpu_has(X86_FEATURE_APIC)
122 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
[all …]