Searched refs:input_address (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | hyperv.h | 257 static inline u8 __hyperv_hypercall(u64 control, gva_t input_address, in __hyperv_hypercall() argument 268 "+c" (control), "+d" (input_address), in __hyperv_hypercall() 277 static inline void hyperv_hypercall(u64 control, gva_t input_address, in hyperv_hypercall() argument 283 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev.c | 1826 void __user *input_address; in sev_ioctl_do_pek_csr() local 1843 input_address = (void __user *)input.address; in sev_ioctl_do_pek_csr() 1878 if (copy_to_user(input_address, blob, input.length)) in sev_ioctl_do_pek_csr() 2181 void __user *input_address; in sev_ioctl_do_get_id2() local 2192 input_address = (void __user *)input.address; in sev_ioctl_do_get_id2() 2230 if (copy_to_user(input_address, id_blob, data.len)) { in sev_ioctl_do_get_id2()
|