Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/
Dcpu.h48 enum tsx_ctrl_states { enum
55 extern __ro_after_init enum tsx_ctrl_states tsx_ctrl_state;
Dtsx.c20 enum tsx_ctrl_states tsx_ctrl_state __ro_after_init = TSX_CTRL_NOT_SUPPORTED;
79 static enum tsx_ctrl_states x86_get_tsx_auto_mode(void) in x86_get_tsx_auto_mode()