Searched refs:cpu_has_tsx_ctrl (Results 1 – 3 of 3) sorted by relevance
17 int8_t __read_mostly cpu_has_tsx_ctrl = -1; variable39 if ( unlikely(cpu_has_tsx_ctrl < 0) ) in tsx_init()47 cpu_has_tsx_ctrl = !!(caps & ARCH_CAPS_TSX_CTRL); in tsx_init()50 if ( cpu_has_tsx_ctrl ) in tsx_init()
639 if ( cpu_has_tsx_ctrl ) in recalculate_cpuid_policy()
631 extern int8_t opt_tsx, cpu_has_tsx_ctrl;
Completed in 11 milliseconds