Home
last modified time | relevance | path

Searched refs:SYNC_GP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dsvm_nested_vmcb12_gpa.c15 #define SYNC_GP 101 macro
22 GUEST_SYNC(SYNC_GP); in guest_gp_handler()
88 TEST_ASSERT_EQ(uc.args[1], SYNC_GP); in test_invalid_vmcb12()
H A Ducna_injection_test.c33 #define SYNC_GP 11 macro
132 GUEST_SYNC(SYNC_GP); in guest_gp_handler()
144 TEST_ASSERT(uc.args[1] == SYNC_GP, "#GP is expected."); in run_vcpu_expect_gp()