Lines Matching refs:FAIL_IF
43 FAIL_IF(events[0].result.running != events[0].result.enabled); in do_count_loop()
44 FAIL_IF(events[1].result.running != events[1].result.enabled); in do_count_loop()
52 FAIL_IF(events[2].result.running != events[2].result.enabled); in do_count_loop()
53 FAIL_IF(events[3].result.running != events[3].result.enabled); in do_count_loop()
92 FAIL_IF(read_sysfs_file("devices/system/cpu/vulnerabilities/spectre_v2", buf, sizeof(buf))); in get_sysfs_state()
99 FAIL_IF(len < 1); in get_sysfs_state()
150 FAIL_IF(event_open(&events[0])); in spectre_v2_test()
151 FAIL_IF(event_open_with_group(&events[1], events[0].fd) == -1); in spectre_v2_test()
160 FAIL_IF(event_open_with_group(&events[2], events[0].fd) == -1); in spectre_v2_test()
161 FAIL_IF(event_open_with_group(&events[3], events[0].fd) == -1); in spectre_v2_test()
164 FAIL_IF(do_count_loop(events, is_p9, &miss_percent)); in spectre_v2_test()