Searched refs:input_address (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/x86/include/asm/ |
| D | mshyperv.h | 48 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local 59 "+c" (control), "+d" (input_address) in hv_do_hypercall() 64 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall() 65 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()
|
| /Linux-v5.15/arch/arm64/hyperv/ |
| 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-v5.15/drivers/crypto/ccp/ |
| D | sev-dev.c | 409 void __user *input_address; in sev_ioctl_do_pek_csr() local 426 input_address = (void __user *)input.address; in sev_ioctl_do_pek_csr() 455 if (copy_to_user(input_address, blob, input.length)) in sev_ioctl_do_pek_csr() 640 void __user *input_address; in sev_ioctl_do_get_id2() local 651 input_address = (void __user *)input.address; in sev_ioctl_do_get_id2() 679 if (copy_to_user(input_address, id_blob, data.len)) { in sev_ioctl_do_get_id2()
|
| /Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
| D | hyperv_features.c | 52 static inline u64 hypercall(u64 control, vm_vaddr_t input_address, in hypercall() argument 60 "+c" (control), "+d" (input_address) in hypercall()
|