Home
last modified time | relevance | path

Searched refs:__ct_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dcontext_tracking_state.h52 static __always_inline int __ct_state(void) in __ct_state() function
136 ret = __ct_state(); in ct_state()
H A Dcontext_tracking.h59 prev_ctx = __ct_state(); in exception_enter()
99 static inline int __ct_state(void) { return -1; } in __ct_state() function
/openbmc/linux/kernel/
H A Dcontext_tracking.c477 if (__ct_state() != state) { in __ct_user_enter()
613 if (__ct_state() == state) { in __ct_user_exit()
/openbmc/linux/kernel/entry/
H A Dcommon.c24 CT_WARN_ON(__ct_state() != CONTEXT_USER); in __enter_from_user_mode()