Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h74 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall() local
79 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall()
86 : "r" (output_address) in hv_do_hypercall()
98 : "r" (output_address), in hv_do_hypercall()
104 u32 output_address_hi = upper_32_bits(output_address); in hv_do_hypercall()
105 u32 output_address_lo = lower_32_bits(output_address); in hv_do_hypercall()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h249 vm_vaddr_t output_address, in __hyperv_hypercall() argument
261 : [output_address] "r"(output_address), in __hyperv_hypercall()
269 vm_vaddr_t output_address) in hyperv_hypercall() argument
274 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
/openbmc/linux/arch/arm64/hyperv/
H A Dhv_core.c28 u64 output_address; in hv_do_hypercall() local
31 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall()
34 input_address, output_address, &res); in hv_do_hypercall()
/openbmc/linux/scripts/
H A Dkallsyms.c302 static void output_address(unsigned long long addr) in output_address() function
523 output_address(table[i]->addr); in write_src()
532 output_address(relative_base); in write_src()