Home
last modified time | relevance | path

Searched refs:GUEST_FAIL (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/include/arm64/
H A Darch_timer.h44 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_get_cntct()
61 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_set_cval()
75 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_get_cval()
92 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_set_tval()
107 GUEST_FAIL("Could not get timer %d\n", timer); in timer_get_tval()
124 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_set_ctl()
138 GUEST_FAIL("Unexpected timer type = %u", timer); in timer_get_ctl()
/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dmmio_abort.c27 GUEST_FAIL("Unexpected data abort at PC: %lx\n", regs->pc); in unexpected_dabt_handler()
78 GUEST_FAIL("MMIO instruction should not retire"); in test_mmio_abort_guest()
113 GUEST_FAIL("MMIO instruction should not retire"); in test_mmio_nisv_guest()
H A Dhypercalls.c126 GUEST_FAIL("Unexpected stage = %u", stage); in guest_test_hvc()
145 GUEST_FAIL("Unexpected stage = %u", stage); in guest_code()
H A Dpage_fault_test.c294 GUEST_FAIL("Unexpected dabt, far_el1 = 0x%lx", read_sysreg(far_el1)); in no_dabt_handler()
299 GUEST_FAIL("Unexpected iabt, pc = 0x%lx", regs->pc); in no_iabt_handler()
H A Darch_timer_edge_cases.c209 GUEST_FAIL("Could not get timer %d", timer); in set_xval_irq()
/linux-6.15/tools/testing/selftests/kvm/include/
H A Ducall_common.h91 #define GUEST_FAIL(_fmt, _args...) \ macro
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dsvm_nested_soft_inject_test.c67 GUEST_FAIL("Unexpected resume after VMMCALL"); in guest_nmi_handler()
/linux-6.15/tools/testing/selftests/kvm/lib/arm64/
H A Dgic_v3_its.c51 GUEST_FAIL("Couldn't find an ITS BASER of type %u", type); in its_find_baser()
/linux-6.15/tools/testing/selftests/kvm/s390/
H A Dmemop.c496 GUEST_FAIL("Invalid size = %u", size); in cut_to_size()
627 GUEST_FAIL("Invalid size = %u", size); in _cmpxchg()
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c581 GUEST_FAIL("Unhandled exception '0x%lx' at guest RIP '0x%lx'", in route_exception()