Home
last modified time | relevance | path

Searched refs:TEXASR_FS (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm.c22 texasr = (failure_cause << 56) | TEXASR_ABORT | TEXASR_FS | TEXASR_EXACT; in emulate_tx_failure()
193 if (!(vcpu->arch.orig_texasr & TEXASR_FS)) { in kvmhv_p9_tm_emulation()
228 if (MSR_TM_ACTIVE(msr) || !(vcpu->arch.texasr & TEXASR_FS)) { in kvmhv_p9_tm_emulation()
H A Dtm.S262 oris r7, r7, (TEXASR_FS)@h
H A Dbook3s_hv_rmhandlers.S2658 oris r7, r7, (TEXASR_FS)@h
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c84 if ((result & TEXASR_FS) == 0) { in texasr()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h93 #define TEXASR_FS 0x0000000008000000 macro
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h797 if (texasr & TEXASR_FS) in analyse_texasr()
798 printf("TEXASR_FS "); in analyse_texasr()
/linux/arch/powerpc/kernel/
H A Dsignal_64.c567 tsk->thread.tm_texasr |= TEXASR_FS; in restore_tm_sigcontexts()
H A Dsignal_32.c695 current->thread.tm_texasr |= TEXASR_FS; in restore_tm_user_regs()
/linux/arch/powerpc/include/asm/
H A Dreg.h265 #define TEXASR_FS __MASK(TEXASR_FS_LG) /* TEXASR Failure Summary */ macro