Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dhyperv.h258 vm_vaddr_t output_address, in __hyperv_hypercall() argument
270 : [output_address] "r"(output_address), in __hyperv_hypercall()
278 vm_vaddr_t output_address) in hyperv_hypercall() argument
283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
/linux/arch/arm64/hyperv/
H A Dhv_core.c27 u64 output_address; in hv_do_hypercall() local
30 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall()
33 input_address, output_address, &res); in hv_do_hypercall()
/linux/arch/x86/include/asm/
H A Dmshyperv.h73 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall() local
76 return static_call_mod(hv_hypercall)(control, input_address, output_address); in hv_do_hypercall()
80 u32 output_address_hi = upper_32_bits(output_address); in hv_do_hypercall()
81 u32 output_address_lo = lower_32_bits(output_address); in hv_do_hypercall()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h1066 struct ena_common_mem_addr output_address; member
H A Dena_com.c1734 &set_feat_cmd.u.phc.output_address, in ena_com_phc_config()