Home
last modified time | relevance | path

Searched refs:HVCALL_SIGNAL_EVENT (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dxen_vmcall_test.c26 #define HVCALL_SIGNAL_EVENT 0x005d macro
71 rcx = HVCALL_SIGNAL_EVENT; /* code */ in guest_code()
H A Dhyperv_features.c569 hcall->control = HVCALL_SIGNAL_EVENT; in guest_test_hcalls_access()
574 hcall->control = HVCALL_SIGNAL_EVENT; in guest_test_hcalls_access()
/linux-6.15/drivers/hv/
H A Dconnection.c503 hv_ghcb_hypercall(HVCALL_SIGNAL_EVENT, &channel->sig_event, in vmbus_set_event()
506 hv_tdx_hypercall(HVCALL_SIGNAL_EVENT | HV_HYPERCALL_FAST_BIT, in vmbus_set_event()
511 hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, channel->sig_event); in vmbus_set_event()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h216 #define HVCALL_SIGNAL_EVENT 0x005d macro
/linux-6.15/include/hyperv/
H A Dhvgdk_mini.h461 #define HVCALL_SIGNAL_EVENT 0x005d macro
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c2483 case HVCALL_SIGNAL_EVENT: in hv_check_hypercall_access()
2592 case HVCALL_SIGNAL_EVENT: in kvm_hv_hypercall()