Searched refs:hv_tdx_hypercall (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | mshyperv.h | 50 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2); 71 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall() 127 return hv_tdx_hypercall(control, input1, 0); in _hv_do_fast_hypercall8() 181 return hv_tdx_hypercall(control, input1, input2); in _hv_do_fast_hypercall16()
|
| /linux-6.15/drivers/hv/ |
| H A D | hv_common.c | 721 u64 __weak hv_tdx_hypercall(u64 control, u64 param1, u64 param2) in hv_tdx_hypercall() function 725 EXPORT_SYMBOL_GPL(hv_tdx_hypercall);
|
| H A D | connection.c | 506 hv_tdx_hypercall(HVCALL_SIGNAL_EVENT | HV_HYPERCALL_FAST_BIT, in vmbus_set_event()
|
| H A D | hv.c | 79 status = hv_tdx_hypercall(HVCALL_POST_MESSAGE, in hv_post_message()
|
| /linux-6.15/include/asm-generic/ |
| H A D | mshyperv.h | 339 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2);
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | ivm.c | 415 u64 hv_tdx_hypercall(u64 control, u64 param1, u64 param2) in hv_tdx_hypercall() function
|