Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dxen_vmcall_test.c25 #define HVCALL_SIGNAL_EVENT 0x005d macro
70 rcx = HVCALL_SIGNAL_EVENT; /* code */ in guest_code()
Dhyperv_features.c574 hcall->control = HVCALL_SIGNAL_EVENT; in guest_test_hcalls_access()
579 hcall->control = HVCALL_SIGNAL_EVENT; in guest_test_hcalls_access()
/Linux-v6.6/drivers/hv/
Dconnection.c488 hv_ghcb_hypercall(HVCALL_SIGNAL_EVENT, &channel->sig_event, in vmbus_set_event()
491 hv_tdx_hypercall(HVCALL_SIGNAL_EVENT | HV_HYPERCALL_FAST_BIT, in vmbus_set_event()
496 hv_do_fast_hypercall8(HVCALL_SIGNAL_EVENT, channel->sig_event); in vmbus_set_event()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h207 #define HVCALL_SIGNAL_EVENT 0x005d macro
/Linux-v6.6/include/asm-generic/
Dhyperv-tlfs.h161 #define HVCALL_SIGNAL_EVENT 0x005d macro
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c2428 case HVCALL_SIGNAL_EVENT: in hv_check_hypercall_access()
2537 case HVCALL_SIGNAL_EVENT: in kvm_hv_hypercall()