Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtm.h18 #define TM_CAUSE_ALIGNMENT 0xd2 macro
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst187 TM_CAUSE_ALIGNMENT Alignment fault.
193 a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c1655 if (tm_abort_check(regs, TM_CAUSE_ALIGNMENT | TM_CAUSE_PERSISTENT)) in DEFINE_INTERRUPT_HANDLER()