Home
last modified time | relevance | path

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

/linux-2.6.39/lib/raid6/ !
Dx86.h46 static inline int boot_cpu_has(int flag) in boot_cpu_has() function
/linux-2.6.39/arch/x86/include/asm/ !
Dcpufeature.h225 #define boot_cpu_has(bit) cpu_has(&boot_cpu_data, bit) macro