Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hv/
Dhv_common.c306 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function
310 EXPORT_SYMBOL_GPL(hv_ghcb_hypercall);
Dhv.c102 status = hv_ghcb_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
Dconnection.c534 hv_ghcb_hypercall(HVCALL_SIGNAL_EVENT, &channel->sig_event, in vmbus_set_event()
/linux-5.19.10/include/asm-generic/
Dmshyperv.h269 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
/linux-5.19.10/arch/x86/hyperv/
Divm.c58 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function