Searched refs:KVM_HYPERCALL_EXIT_SMC (Results 1 – 5 of 5) sorted by relevance
218 TEST_ASSERT(run->hypercall.flags & KVM_HYPERCALL_EXIT_SMC, in expect_call_fwd_to_user() 219 "KVM_HYPERCALL_EXIT_SMC is not set"); in expect_call_fwd_to_user() 221 TEST_ASSERT(!(run->hypercall.flags & KVM_HYPERCALL_EXIT_SMC), in expect_call_fwd_to_user() 222 "KVM_HYPERCALL_EXIT_SMC is set"); in expect_call_fwd_to_user()
526 #define KVM_HYPERCALL_EXIT_SMC (1U << 0) macro
253 flags |= KVM_HYPERCALL_EXIT_SMC; in kvm_prepare_hypercall_exit()
6697 - ``KVM_HYPERCALL_EXIT_SMC``: Indicates that the guest used the SMC