Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/hyperv/
H A Dhv_core.c28 u64 output_address; in hv_do_hypercall() local
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h249 vm_vaddr_t output_address, in __hyperv_hypercall()
269 vm_vaddr_t output_address) in hyperv_hypercall()
/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h73 u64 output_address = output ? virt_to_phys(output) : 0; in hv_do_hypercall() local
/openbmc/linux/scripts/
H A Dkallsyms.c302 static void output_address(unsigned long long addr) in output_address() function