Home
last modified time | relevance | path

Searched refs:output_address (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dmshyperv.h66 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall() local
71 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall()
78 : [output_address] "r" (output_address) in hv_do_hypercall()
90 : [output_address] "r" (output_address), in hv_do_hypercall()
96 u32 output_address_hi = upper_32_bits(output_address); in hv_do_hypercall()
97 u32 output_address_lo = lower_32_bits(output_address); in hv_do_hypercall()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h258 vm_vaddr_t output_address, in __hyperv_hypercall() argument
270 : [output_address] "r"(output_address), in __hyperv_hypercall()
278 vm_vaddr_t output_address) in hyperv_hypercall() argument
283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
/linux-6.15/arch/arm64/hyperv/
H A Dhv_core.c27 u64 output_address; in hv_do_hypercall() local
30 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall()
33 input_address, output_address, &res); in hv_do_hypercall()