Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcontext_tracking.h59 prev_ctx = __ct_state(); in exception_enter()
101 static inline int __ct_state(void) { return -1; } in __ct_state() function
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 Dentry-common.h112 CT_WARN_ON(__ct_state() != CT_STATE_USER); in enter_from_user_mode()
/linux-6.15/kernel/
H A Dcontext_tracking.c478 if (__ct_state() != state) { in __ct_user_enter()
616 if (__ct_state() == state) { in __ct_user_exit()