Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/powerpc/tm/
Dtm-syscall.c43 return (failure_code() & TM_CAUSE_SYSCALL) == TM_CAUSE_SYSCALL; in failure_is_syscall()
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dtm.h14 #define TM_CAUSE_SYSCALL 0xd8 macro
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt78 transaction will be doomed by the kernel with the failure code TM_CAUSE_SYSCALL
180 TM_CAUSE_SYSCALL Syscall from active transaction.
/linux-4.4.14/arch/powerpc/kernel/
Dentry_64.S342 li r13, (TM_CAUSE_SYSCALL|TM_CAUSE_PERSISTENT)