Searched refs:TEXASR_EXACT (Results 1 – 3 of 3) sorted by relevance
22 texasr = (failure_cause << 56) | TEXASR_ABORT | TEXASR_FS | TEXASR_EXACT; in emulate_tx_failure()
502 vcpu->arch.texasr = (TEXASR_FS | TEXASR_EXACT | in kvmppc_core_emulate_op_pr()
270 #define TEXASR_EXACT __MASK(TEXASR_EX_LG) /* TFIAR value is exact */ macro