Home
last modified time | relevance | path

Searched refs:TM_CAUSE_RESCHED (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm.h92 if ((failure_code() & TM_CAUSE_RESCHED) == TM_CAUSE_RESCHED || in failure_is_reschedule()
H A Dtm-resched-dscr.c80 if ((texasr >> 56) != TM_CAUSE_RESCHED) { in test_body()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtm.h12 #define TM_CAUSE_RESCHED 0xde macro
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst181 TM_CAUSE_RESCHED Thread was rescheduled.
193 a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c1011 tm_reclaim_thread(thr, TM_CAUSE_RESCHED); in tm_reclaim_task()