Searched refs:GUEST_ASSERT_NE (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | svm_lbr_nested_state.c | 31 GUEST_ASSERT_NE((b)->from, 0); \ 32 GUEST_ASSERT_NE((b)->to, 0); \
|
| H A D | set_boot_cpu_id.c | 22 GUEST_ASSERT_NE(get_bsp_flag(), 0); in guest_bsp_vcpu()
|
| H A D | pmu_counters_test.c | 189 GUEST_ASSERT_NE(count, 0); in guest_assert_event_count() 559 GUEST_ASSERT_NE(val, 0); in guest_test_fixed_counters()
|
| H A D | hyperv_features.c | 90 GUEST_ASSERT_NE(hcall->control, 0); in guest_hcall()
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | ucall_common.h | 103 #define GUEST_ASSERT_NE(a, b) \ macro
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | sbi_pmu_test.c | 218 GUEST_ASSERT_NE(ret.value, 0); in update_counter_info() 453 GUEST_ASSERT_NE(ret.value, 0); in test_pmu_basic_sanity()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | steal_time.c | 153 GUEST_ASSERT_NE(status, -1); in guest_code()
|