Home
last modified time | relevance | path

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

/openbmc/linux/lib/raid6/
H A Dx86.h57 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h55 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h146 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro