Searched refs:hv_ghcb_hypercall (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/hv/ |
H A D | hv_common.c | 576 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function 580 EXPORT_SYMBOL_GPL(hv_ghcb_hypercall);
|
H A D | hv.c | 82 status = hv_ghcb_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
|
H A D | connection.c | 503 hv_ghcb_hypercall(HVCALL_SIGNAL_EVENT, &channel->sig_event, in vmbus_set_event()
|
/openbmc/linux/include/asm-generic/ |
H A D | mshyperv.h | 284 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | ivm.c | 68 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function
|