Lines Matching full:failure
63 * failure is not expected also in this case. in expecting_failure()
72 /* Check if failure occurred whilst in transaction. */
76 * When failure handling occurs, CR0 is set to 0b1010 (0xa). Otherwise in is_failure()
77 * transaction completes without failure and hence reaches out 'tend.' in is_failure()
87 * Expected values for vs0 and vs32 after a TM failure. They must never in tm_una_ping()
126 * Adjust VS0 expected value after an TM failure, in tm_una_ping()
132 * Adjust VS32 expected value after an TM failure, in tm_una_ping()
228 * Check if we were expecting a failure and it did not occur by checking in tm_una_ping()
238 /* Check if we were not expecting a failure and a it occurred. */ in tm_una_ping()
241 printf("\n\tUnexpected transaction failure 0x%02lx\n\t", in tm_una_ping()
253 printf("\n\tUnexpected failure cause 0x%02lx\n\t", in tm_una_ping()
312 * checking if the failure cause is the one we expect. in test_fp_vec()