Searched refs:input_address (Results 1 – 1 of 1) sorted by relevance
76 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local87 "+c" (control), "+d" (input_address) in hv_do_hypercall()92 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall()93 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()