Searched refs:GUEST_ASSERT_1 (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/kvm/include/aarch64/ |
A 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.3-rc2/tools/testing/selftests/kvm/ |
A 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()
|
A D | memslot_perf_test.c | 563 GUEST_ASSERT_1(val == MEM_TEST_VAL_2, val); in guest_code_test_memslot_rw()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | svm_nested_soft_inject_test.c | 43 GUEST_ASSERT_1(int_fired == 1, int_fired); in l2_guest_code_int() 56 GUEST_ASSERT_1(bp_fired == 1, bp_fired); in l2_guest_code_int() 71 GUEST_ASSERT_1(nmi_stage_get() == 3, nmi_stage_get()); in guest_nmi_handler() 115 GUEST_ASSERT_1(nmi_stage_get() == 1, nmi_stage_get()); in l1_guest_code()
|
A 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()
|
A D | userspace_io_test.c | 23 GUEST_ASSERT_1(count == 0, count); in guest_ins_port80()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/aarch64/ |
A D | hypercalls.c | 116 GUEST_ASSERT_1(0, stage); in guest_test_hvc() 135 GUEST_ASSERT_1(0, stage); in guest_code()
|
A D | arch_timer.c | 150 GUEST_ASSERT_1(xctl & CTL_ISTATUS, xctl); in guest_validate_irq()
|
A D | page_fault_test.c | 296 GUEST_ASSERT_1(false, read_sysreg(far_el1)); in no_dabt_handler() 301 GUEST_ASSERT_1(false, regs->pc); in no_iabt_handler()
|
A D | debug-exceptions.c | 368 GUEST_ASSERT_1(ss_idx < 4, ss_idx); in guest_ss_handler()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/ |
A D | ucall_common.h | 69 #define GUEST_ASSERT_1(_condition, arg1) \ macro
|
/linux-6.3-rc2/tools/testing/selftests/kvm/s390x/ |
A D | memop.c | 472 GUEST_ASSERT_1(false, "Invalid size"); in cut_to_size() 601 GUEST_ASSERT_1(false, "Invalid size"); in _cmpxchg()
|
Completed in 17 milliseconds