Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h137 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local
148 "+c" (control), "+d" (input_address) in hv_do_hypercall()
153 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall()
154 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()