Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/
Dcpu.h48 enum tsx_ctrl_states { enum
54 extern __ro_after_init enum tsx_ctrl_states tsx_ctrl_state;
Dtsx.c17 enum tsx_ctrl_states tsx_ctrl_state __ro_after_init = TSX_CTRL_NOT_SUPPORTED;
76 static enum tsx_ctrl_states x86_get_tsx_auto_mode(void) in x86_get_tsx_auto_mode()