Home
last modified time | relevance | path

Searched refs:hv_tdx_hypercall (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmshyperv.h54 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);
79 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall()
135 return hv_tdx_hypercall(control, input1, 0); in _hv_do_fast_hypercall8()
189 return hv_tdx_hypercall(control, input1, input2); in _hv_do_fast_hypercall16()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_common.c582 u64 __weak hv_tdx_hypercall(u64 control, u64 param1, u64 param2) in hv_tdx_hypercall() function
586 EXPORT_SYMBOL_GPL(hv_tdx_hypercall); variable
H A Dconnection.c491 hv_tdx_hypercall(HVCALL_SIGNAL_EVENT | HV_HYPERCALL_FAST_BIT, in vmbus_set_event()
H A Dhv.c79 status = hv_tdx_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
/kernel/linux/linux-6.6/include/asm-generic/
H A Dmshyperv.h285 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Divm.c415 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2) in hv_tdx_hypercall() function

Completed in 6 milliseconds