Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/lib/raid6/
Dx86.h62 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
/kernel/linux/linux-5.10/lib/raid6/
Dx86.h57 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dcpufeature.h138 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dcpufeature.h129 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro