Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeature.h219 #define test_cpu_cap(c, bit) \ macro
236 test_cpu_cap(c, bit))
/arch/x86/kernel/cpu/
Dcyrix.c201 if (test_cpu_cap(c, 1*32+24)) { in init_cyrix()