Lines Matching refs:FAIL_IF
89 FAIL_IF(start_trace(child)); in trace_tm_vsx()
90 FAIL_IF(show_vsx(child, vsx)); in trace_tm_vsx()
91 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_tm_vsx()
92 FAIL_IF(show_vmx(child, vmx)); in trace_tm_vsx()
93 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_tm_vsx()
94 FAIL_IF(show_vsx_ckpt(child, vsx)); in trace_tm_vsx()
95 FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); in trace_tm_vsx()
96 FAIL_IF(show_vmx_ckpt(child, vmx)); in trace_tm_vsx()
97 FAIL_IF(validate_vmx(vmx, fp_load_ckpt)); in trace_tm_vsx()
103 FAIL_IF(write_vsx_ckpt(child, vsx)); in trace_tm_vsx()
104 FAIL_IF(write_vmx_ckpt(child, vmx)); in trace_tm_vsx()
106 FAIL_IF(stop_trace(child)); in trace_tm_vsx()