Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hv/
Dhv.c79 status = hv_tdx_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
82 status = hv_ghcb_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
88 status = hv_do_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c564 hcall->control = HVCALL_POST_MESSAGE; in guest_test_hcalls_access()
569 hcall->control = HVCALL_POST_MESSAGE; in guest_test_hcalls_access()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h206 #define HVCALL_POST_MESSAGE 0x005c macro
/Linux-v6.6/include/asm-generic/
Dhyperv-tlfs.h160 #define HVCALL_POST_MESSAGE 0x005c macro
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c2426 case HVCALL_POST_MESSAGE: in hv_check_hypercall_access()
2546 case HVCALL_POST_MESSAGE: in kvm_hv_hypercall()