Home
last modified time | relevance | path

Searched refs:input_address (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
A Dmshyperv.h66 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local
72 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall()
78 "+c" (control), "+d" (input_address) in hv_do_hypercall()
90 "+c" (control), "+d" (input_address) in hv_do_hypercall()
95 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall()
96 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()
/arch/arm64/hyperv/
A Dhv_core.c26 u64 input_address; in hv_do_hypercall() local
29 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall()
33 input_address, output_address, &res); in hv_do_hypercall()

Completed in 6 milliseconds