Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dcpu.h48 enum tsx_ctrl_states { enum
55 extern __ro_after_init enum tsx_ctrl_states tsx_ctrl_state;
H A Dtsx.c21 enum tsx_ctrl_states tsx_ctrl_state __ro_after_init = TSX_CTRL_NOT_SUPPORTED;
62 static enum tsx_ctrl_states x86_get_tsx_auto_mode(void) in x86_get_tsx_auto_mode()