Home
last modified time | relevance | path

Searched refs:HVCALL_POST_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/hv/
Dhv.c102 status = hv_ghcb_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
106 status = hv_do_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h155 #define HVCALL_POST_MESSAGE 0x005c macro
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c516 hcall->control = HVCALL_POST_MESSAGE; in guest_test_hcalls_access()
521 hcall->control = HVCALL_POST_MESSAGE; in guest_test_hcalls_access()
/linux-6.1.9/include/asm-generic/
Dhyperv-tlfs.h159 #define HVCALL_POST_MESSAGE 0x005c macro
/linux-6.1.9/arch/x86/kvm/
Dhyperv.c2150 case HVCALL_POST_MESSAGE: in hv_check_hypercall_access()
2267 case HVCALL_POST_MESSAGE: in kvm_hv_hypercall()