Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm.h82 return (failure_code() & TM_CAUSE_SYSCALL) == TM_CAUSE_SYSCALL; in failure_is_syscall()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtm.h15 #define TM_CAUSE_SYSCALL 0xd8 macro
/openbmc/linux/arch/powerpc/kernel/
H A Dsyscall.c105 :: "r"(TM_CAUSE_SYSCALL|TM_CAUSE_PERSISTENT)); in system_call_exception()
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst79 transaction will be doomed by the kernel with the failure code TM_CAUSE_SYSCALL
184 TM_CAUSE_SYSCALL Syscall from active transaction.
H A Dsyscall64-abi.rst102 failure code TM_CAUSE_SYSCALL | TM_CAUSE_PERSISTENT in the TEXASR SPR.