Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcontext_tracking.h59 prev_ctx = __ct_state(); in exception_enter()
101 static inline int __ct_state(void) { return -1; } in __ct_state() function
A Dcontext_tracking_state.h52 static __always_inline int __ct_state(void) in __ct_state() function
136 ret = __ct_state(); in ct_state()
A Dentry-common.h111 CT_WARN_ON(__ct_state() != CT_STATE_USER); in enter_from_user_mode()
/linux/kernel/
A Dcontext_tracking.c479 if (__ct_state() != state) { in __ct_user_enter()
617 if (__ct_state() == state) { in __ct_user_exit()

Completed in 17 milliseconds