Searched refs:ctx_state (Results 1 – 2 of 2) sorted by relevance
17 extern void __ct_user_enter(enum ctx_state state);18 extern void __ct_user_exit(enum ctx_state state);20 extern void ct_user_enter(enum ctx_state state);21 extern void ct_user_exit(enum ctx_state state);51 static inline enum ctx_state exception_enter(void) in exception_enter()53 enum ctx_state prev_ctx; in exception_enter()66 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit()99 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit()
12 enum ctx_state { enum