Searched refs:input_address (Results 1 – 2 of 2) sorted by relevance
66 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local72 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()
26 u64 input_address; in hv_do_hypercall() local29 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