Home
last modified time | relevance | path

Searched refs:TM_CAUSE_ALIGNMENT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dtm.h17 #define TM_CAUSE_ALIGNMENT 0xd2 macro
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt183 TM_CAUSE_ALIGNMENT Alignment fault.
188 a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
/linux-4.1.27/arch/powerpc/kernel/
Dtraps.c1267 if (tm_abort_check(regs, TM_CAUSE_ALIGNMENT | TM_CAUSE_PERSISTENT)) in alignment_exception()