Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h138 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall() local
149 : "r" (output_address), in hv_do_hypercall()
155 u32 output_address_hi = upper_32_bits(output_address); in hv_do_hypercall()
156 u32 output_address_lo = lower_32_bits(output_address); in hv_do_hypercall()