Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_MSG (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Dvmx.c1909 TEST_ASSERT_MSG(teardown_count < MAX_TEST_TEARDOWN_STEPS, in test_add_teardown()
1929 TEST_ASSERT_MSG(!v2_guest_main, "Already set guest func."); in test_set_guest()
1978 TEST_ASSERT_MSG(v2_guest_main, in __enter_guest()
1981 TEST_ASSERT_MSG(!guest_finished, in __enter_guest()
2011 TEST_ASSERT_MSG(v2_guest_main, in enter_guest_with_bad_controls()
2014 TEST_ASSERT_MSG(!guest_finished, in enter_guest_with_bad_controls()
H A Dvmx.h29 #define TEST_ASSERT_MSG(cond, fmt, args...) \ macro
H A Dvmx_tests.c2744 TEST_ASSERT_MSG(false, "Unknown op %d", data->op); in ept_access_test_guest()
3204 TEST_ASSERT_MSG(fp.offset == (uintptr_t)&&invvpid, in try_compat_invvpid()
3206 TEST_ASSERT_MSG(rsp == (u32)rsp, "Stack address too high."); in try_compat_invvpid()