Home
last modified time | relevance | path

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

/linux/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/tools/testing/selftests/kvm/arm64/
H A Dexternal_aborts.c28 GUEST_FAIL("Unexpected data abort at PC: %lx\n", regs->pc); in unexpected_dabt_handler()
115 GUEST_FAIL("MMIO instruction should not retire"); in test_mmio_abort_guest()
150 GUEST_FAIL("MMIO instruction should not retire"); in test_mmio_nisv_guest()
193 GUEST_FAIL("Took unexpected SError exception"); in unexpected_serror_handler()
237 GUEST_FAIL("Should've taken pending SError exception"); in test_serror_guest()
274 GUEST_FAIL("Load on S1PTW abort should not retire"); in test_s1ptw_abort_guest()
302 GUEST_FAIL("Should've taken unmasked SError exception"); in test_serror_emulated_guest()
384 GUEST_FAIL("Should've taken pending SError exception"); in test_serror_amo_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 Dsea_to_user.c153 GUEST_FAIL("Poison not protected by SEA: gva=%#lx, guest_data=%#lx\n", 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.c210 GUEST_FAIL("Could not get timer %d", timer); in set_xval_irq()
/linux/tools/testing/selftests/kvm/x86/
H A Dvmx_apicv_updates_test.c19 GUEST_FAIL("Received \"bad\" IPI; ICR MMIO write should have been ignored"); in bad_ipi_handler()
H A Dsvm_nested_soft_inject_test.c67 GUEST_FAIL("Unexpected resume after VMMCALL"); in guest_nmi_handler()
/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h91 #define GUEST_FAIL(_fmt, _args...) \ macro
/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dgic_v3_its.c53 GUEST_FAIL("Couldn't find an ITS BASER of type %u", type); in its_find_baser()
/linux/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/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c737 GUEST_FAIL("Unhandled exception '0x%lx' at guest RIP '0x%lx'", in route_exception()