Home
last modified time | relevance | path

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

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