Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dtm.h11 #define TM_CAUSE_RESCHED 0xde macro
/linux-4.4.14/tools/testing/selftests/powerpc/tm/
Dtm-resched-dscr.c80 if ((texasr >> 56) != TM_CAUSE_RESCHED) { in test_body()
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt177 TM_CAUSE_RESCHED Thread was rescheduled.
188 a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
/linux-4.4.14/arch/powerpc/kernel/
Dprocess.c623 tm_reclaim_thread(thr, task_thread_info(tsk), TM_CAUSE_RESCHED); in tm_reclaim_task()