Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/include/asm/
H A Dcpufeature.h23 #define test_cpu_cap(c, bit) \ macro
37 test_cpu_cap(c, bit)
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeature.h54 #define test_cpu_cap(c, bit) \ macro
128 test_cpu_cap(c, bit))
/openbmc/linux/arch/x86/kernel/fpu/
H A Dinit.c85 if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_FPU)) { in fpu__init_system_early_generic()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcyrix.c205 if (test_cpu_cap(c, 1*32+24)) { in init_cyrix()