Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeature.h50 #define test_cpu_cap(c, bit) \ macro
111 test_cpu_cap(c, bit))
/arch/x86/kernel/cpu/
Dcyrix.c201 if (test_cpu_cap(c, 1*32+24)) { in init_cyrix()
Dperf_event_intel_pt.c1133 if (!test_cpu_cap(&boot_cpu_data, X86_FEATURE_INTEL_PT)) in pt_init()