Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxen_vmcall_test.c25 #define HVCALL_SIGNAL_EVENT 0x005d macro
70 rcx = HVCALL_SIGNAL_EVENT; /* code */ in guest_code()
H A Dhyperv_features.c575 hcall->control = HVCALL_SIGNAL_EVENT; in guest_test_hcalls_access()
580 hcall->control = HVCALL_SIGNAL_EVENT; in guest_test_hcalls_access()
/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h207 #define HVCALL_SIGNAL_EVENT 0x005d macro
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h161 #define HVCALL_SIGNAL_EVENT 0x005d macro
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c2430 case HVCALL_SIGNAL_EVENT: in hv_check_hypercall_access()
2539 case HVCALL_SIGNAL_EVENT: in kvm_hv_hypercall()