Searched refs:GUEST_ASSERT_1 (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/tools/testing/selftests/kvm/include/aarch64/ |
D | arch_timer.h | 44 GUEST_ASSERT_1(0, timer); in timer_get_cntct() 61 GUEST_ASSERT_1(0, timer); in timer_set_cval() 75 GUEST_ASSERT_1(0, timer); in timer_get_cval() 92 GUEST_ASSERT_1(0, timer); in timer_set_tval() 108 GUEST_ASSERT_1(0, timer); in timer_set_ctl() 122 GUEST_ASSERT_1(0, timer); in timer_get_ctl()
|
/linux-6.1.9/tools/testing/selftests/kvm/ |
D | set_memory_region_test.c | 159 GUEST_ASSERT_1(val == 1 || val == MMIO_VAL, val); in guest_code_move_memory_region() 163 GUEST_ASSERT_1(val == 1 || val == 0, val); in guest_code_move_memory_region() 167 GUEST_ASSERT_1(val == 1 || val == MMIO_VAL, val); in guest_code_move_memory_region() 171 GUEST_ASSERT_1(val == 1, val); in guest_code_move_memory_region() 227 GUEST_ASSERT_1(val == MMIO_VAL, val); in guest_code_delete_memory_region() 231 GUEST_ASSERT_1(val == 0, val); in guest_code_delete_memory_region() 235 GUEST_ASSERT_1(val == MMIO_VAL, val); in guest_code_delete_memory_region() 252 GUEST_ASSERT_1(0, 0); in guest_code_delete_memory_region()
|
D | memslot_perf_test.c | 527 GUEST_ASSERT_1(val == MEM_TEST_VAL_2, val); in guest_code_test_memslot_rw()
|
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/ |
D | svm_nested_soft_inject_test.c | 43 GUEST_ASSERT_1(int_fired == 1, int_fired); in l2_guest_code_int() 47 GUEST_ASSERT_1(bp_fired == 1, bp_fired); in l2_guest_code_int() 62 GUEST_ASSERT_1(nmi_stage_get() == 3, nmi_stage_get()); in guest_nmi_handler() 106 GUEST_ASSERT_1(nmi_stage_get() == 1, nmi_stage_get()); in l1_guest_code()
|
D | kvm_pv_test.c | 49 GUEST_ASSERT_1(vector == GP_VECTOR, vector); in test_msr() 52 GUEST_ASSERT_1(vector == GP_VECTOR, vector); in test_msr()
|
D | userspace_io_test.c | 23 GUEST_ASSERT_1(count == 0, count); in guest_ins_port80()
|
/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ |
D | hypercalls.c | 116 GUEST_ASSERT_1(0, stage); in guest_test_hvc() 135 GUEST_ASSERT_1(0, stage); in guest_code()
|
D | debug-exceptions.c | 232 GUEST_ASSERT_1(ss_idx < 4, ss_idx); in guest_ss_handler()
|
D | arch_timer.c | 150 GUEST_ASSERT_1(xctl & CTL_ISTATUS, xctl); in guest_validate_irq()
|
/linux-6.1.9/tools/testing/selftests/kvm/include/ |
D | ucall_common.h | 55 #define GUEST_ASSERT_1(_condition, arg1) \ macro
|