Home
last modified time | relevance | path

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

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