Searched refs:TEXASR_FS (Results 1 – 9 of 9) sorted by relevance
22 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()
262 oris r7, r7, (TEXASR_FS)@h
2658 oris r7, r7, (TEXASR_FS)@h
84 if ((result & TEXASR_FS) == 0) { in texasr()
93 #define TEXASR_FS 0x0000000008000000 macro
797 if (texasr & TEXASR_FS) in analyse_texasr() 798 printf("TEXASR_FS "); in analyse_texasr()
567 tsk->thread.tm_texasr |= TEXASR_FS; in restore_tm_sigcontexts()
695 current->thread.tm_texasr |= TEXASR_FS; in restore_tm_user_regs()
265 #define TEXASR_FS __MASK(TEXASR_FS_LG) /* TEXASR Failure Summary */ macro