Lines Matching refs:FAIL_IF
94 FAIL_IF(start_trace(child)); in trace_tm_vsx()
95 FAIL_IF(show_vsx(child, vsx)); in trace_tm_vsx()
96 FAIL_IF(validate_vsx(vsx, fp_load)); in trace_tm_vsx()
97 FAIL_IF(show_vmx(child, vmx)); in trace_tm_vsx()
98 FAIL_IF(validate_vmx(vmx, fp_load)); in trace_tm_vsx()
99 FAIL_IF(show_vsx_ckpt(child, vsx)); in trace_tm_vsx()
100 FAIL_IF(validate_vsx(vsx, fp_load_ckpt)); in trace_tm_vsx()
101 FAIL_IF(show_vmx_ckpt(child, vmx)); in trace_tm_vsx()
102 FAIL_IF(validate_vmx(vmx, fp_load_ckpt)); in trace_tm_vsx()
108 FAIL_IF(write_vsx_ckpt(child, vsx)); in trace_tm_vsx()
109 FAIL_IF(write_vmx_ckpt(child, vmx)); in trace_tm_vsx()
111 FAIL_IF(stop_trace(child)); in trace_tm_vsx()