Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dhv_common.c715 u64 __weak hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function
719 EXPORT_SYMBOL_GPL(hv_ghcb_hypercall);
H A Dconnection.c503 hv_ghcb_hypercall(HVCALL_SIGNAL_EVENT, &channel->sig_event, in vmbus_set_event()
H A Dhv.c82 status = hv_ghcb_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h338 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size);
/linux-6.15/arch/x86/hyperv/
H A Divm.c68 u64 hv_ghcb_hypercall(u64 control, void *input, void *output, u32 input_size) in hv_ghcb_hypercall() function