Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmshyperv.h72 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local
78 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall()
84 "+c" (control), "+d" (input_address) in hv_do_hypercall()
96 "+c" (control), "+d" (input_address) in hv_do_hypercall()
101 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall()
102 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()
/openbmc/linux/arch/arm64/hyperv/
H A Dhv_core.c27 u64 input_address; in hv_do_hypercall() local
30 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall()
34 input_address, output_address, &res); in hv_do_hypercall()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h248 static inline uint8_t __hyperv_hypercall(u64 control, vm_vaddr_t input_address, in __hyperv_hypercall() argument
259 "+c" (control), "+d" (input_address), in __hyperv_hypercall()
268 static inline void hyperv_hypercall(u64 control, vm_vaddr_t input_address, in hyperv_hypercall() argument
274 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
/openbmc/linux/drivers/crypto/ccp/
H A Dsev-dev.c640 void __user *input_address; in sev_ioctl_do_pek_csr() local
657 input_address = (void __user *)input.address; in sev_ioctl_do_pek_csr()
686 if (copy_to_user(input_address, blob, input.length)) in sev_ioctl_do_pek_csr()
884 void __user *input_address; in sev_ioctl_do_get_id2() local
895 input_address = (void __user *)input.address; in sev_ioctl_do_get_id2()
930 if (copy_to_user(input_address, id_blob, data.len)) { in sev_ioctl_do_get_id2()