Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/tm/
Dtm.h47 return (failure_code() & TM_CAUSE_SYSCALL) == TM_CAUSE_SYSCALL; in failure_is_syscall()
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dtm.h15 #define TM_CAUSE_SYSCALL 0xd8 macro
/Linux-v4.19/Documentation/powerpc/
Dsyscall64-abi.txt68 failure code TM_CAUSE_SYSCALL | TM_CAUSE_PERSISTENT in the TEXASR SPR.
Dtransactional_memory.txt78 transaction will be doomed by the kernel with the failure code TM_CAUSE_SYSCALL
182 TM_CAUSE_SYSCALL Syscall from active transaction.
/Linux-v4.19/arch/powerpc/kernel/
Dentry_64.S421 li r9, (TM_CAUSE_SYSCALL|TM_CAUSE_PERSISTENT)