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

/linux-4.4.14/drivers/hv/
H A Dhv.c96 u64 input_address = (input) ? virt_to_phys(input) : 0; do_hypercall() local
107 "c" (control), "d" (input_address), do_hypercall()
118 u32 input_address_hi = input_address >> 32; do_hypercall()
119 u32 input_address_lo = input_address & 0xFFFFFFFF; do_hypercall()

Completed in 108 milliseconds