Searched refs:cleared_caps (Results 1 – 1 of 1) sorted by relevance
54 static unsigned int cleared_caps[NCAPINTS]; variable64 if (__test_and_set_bit(cap, cleared_caps)) in setup_clear_cpu_cap()78 cleared_caps[i] |= dfs[i]; in setup_clear_cpu_cap()93 if (test_bit(cap, cleared_caps)) { in setup_force_cpu_cap()319 edx &= ~cleared_caps[cpufeat_word(X86_FEATURE_FPU)]; in early_cpu_init()320 ecx &= ~cleared_caps[cpufeat_word(X86_FEATURE_SSE3)]; in early_cpu_init()490 c->x86_capability[i] &= ~cleared_caps[i]; in identify_cpu()
Completed in 3 milliseconds