Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcontext_tracking.h60 if (prev_ctx != CT_STATE_KERNEL) in exception_enter()
70 if (prev_ctx != CT_STATE_KERNEL) in exception_exit()
H A Dcontext_tracking_state.h14 CT_STATE_KERNEL = 0, enumerator
/linux/arch/powerpc/kernel/
H A Dsyscall.c30 CT_WARN_ON(ct_state() == CT_STATE_KERNEL); in system_call_exception()
/linux/arch/powerpc/include/asm/
H A Dinterrupt.h192 CT_WARN_ON(ct_state() != CT_STATE_KERNEL && in interrupt_enter_prepare()