Searched refs:hv_ghcb_hypercall (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/hv/ |
A D | hv_common.c | 309 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function 313 EXPORT_SYMBOL_GPL(hv_ghcb_hypercall);
|
A D | hv.c | 102 status = hv_ghcb_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
|
A D | connection.c | 540 hv_ghcb_hypercall(HVCALL_SIGNAL_EVENT, &channel->sig_event, in vmbus_set_event()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | mshyperv.h | 268 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
|
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | ivm.c | 58 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function
|
Completed in 7 milliseconds