Searched refs:input_address (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/ |
| A D | mshyperv.h | 72 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()
|
| /linux/arch/arm64/hyperv/ |
| A D | hv_core.c | 27 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()
|
| /linux/tools/testing/selftests/kvm/include/x86_64/ |
| A D | hyperv.h | 260 static inline uint8_t __hyperv_hypercall(u64 control, vm_vaddr_t input_address, in __hyperv_hypercall() argument 271 "+c" (control), "+d" (input_address), in __hyperv_hypercall() 280 static inline void hyperv_hypercall(u64 control, vm_vaddr_t input_address, in hyperv_hypercall() argument 286 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
|
| /linux/drivers/crypto/ccp/ |
| A D | sev-dev.c | 1463 void __user *input_address; in sev_ioctl_do_pek_csr() local 1480 input_address = (void __user *)input.address; in sev_ioctl_do_pek_csr() 1509 if (copy_to_user(input_address, blob, input.length)) in sev_ioctl_do_pek_csr() 1777 void __user *input_address; in sev_ioctl_do_get_id2() local 1788 input_address = (void __user *)input.address; in sev_ioctl_do_get_id2() 1823 if (copy_to_user(input_address, id_blob, data.len)) { in sev_ioctl_do_get_id2()
|
Completed in 13 milliseconds