Home
last modified time | relevance | path

Searched refs:CT_STATE_USER (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dcontext_tracking.h29 ct_user_enter(CT_STATE_USER); in user_enter()
35 ct_user_exit(CT_STATE_USER); in user_exit()
42 __ct_user_enter(CT_STATE_USER); in user_enter_irqoff()
48 __ct_user_exit(CT_STATE_USER); in user_exit_irqoff()
H A Dcontext_tracking_state.h16 CT_STATE_USER = 2, enumerator
H A Dirq-entry-common.h103 CT_WARN_ON(__ct_state() != CT_STATE_USER); in enter_from_user_mode()
/linux/arch/powerpc/kernel/
H A Dinterrupt.c236 CT_WARN_ON(ct_state() == CT_STATE_USER); in interrupt_exit_user_prepare_main()
/linux/arch/powerpc/include/asm/
H A Dinterrupt.h
/linux/kernel/sched/
H A Dcore.c6094 WARN_ON_ONCE(ct_state() == CT_STATE_USER);
7366 * should warn if prev_state != CT_STATE_USER, but that will trigger in preempt_schedule_common()