Home
last modified time | relevance | path

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

/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 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/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/lib/x86/
H A Dprocessor.c615 GUEST_FAIL("Unhandled exception '0x%lx' at guest RIP '0x%lx'", in route_exception()