Home
last modified time | relevance | path

Searched refs:TM_CAUSE_PERSISTENT (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/tools/testing/selftests/powerpc/tm/
Dtm.h77 return (failure_code() & TM_CAUSE_PERSISTENT) == TM_CAUSE_PERSISTENT; in failure_is_persistent()
/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dtm.h9 #define TM_CAUSE_PERSISTENT 0x01 macro
/linux-5.19.10/arch/powerpc/kernel/
Dinterrupt.c167 :: "r"(TM_CAUSE_SYSCALL|TM_CAUSE_PERSISTENT)); in system_call_exception()
Dtraps.c1371 TM_CAUSE_EMULATE | TM_CAUSE_PERSISTENT)) in emulate_instruction()
1610 if (tm_abort_check(regs, TM_CAUSE_ALIGNMENT | TM_CAUSE_PERSISTENT)) in DEFINE_INTERRUPT_HANDLER()
/linux-5.19.10/Documentation/powerpc/
Dsyscall64-abi.rst102 failure code TM_CAUSE_SYSCALL | TM_CAUSE_PERSISTENT in the TEXASR SPR.
Dtransactional_memory.rst80 | TM_CAUSE_PERSISTENT.
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_emulate.c503 (((u64)(TM_CAUSE_EMULATE | TM_CAUSE_PERSISTENT)) in kvmppc_core_emulate_op_pr()
Dbook3s_pr.c491 TM_CAUSE_KVM_FAC_UNAV | TM_CAUSE_PERSISTENT); in kvmppc_set_msr_pr()