Searched refs:input_address (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mshyperv.h | 73 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local 79 return hv_tdx_hypercall(control, input_address, output_address); in hv_do_hypercall() 85 "+c" (control), "+d" (input_address) in hv_do_hypercall() 97 "+c" (control), "+d" (input_address) in hv_do_hypercall() 102 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall() 103 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()
|
/kernel/linux/linux-6.6/arch/arm64/hyperv/ |
H 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()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mshyperv.h | 84 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local 95 "+c" (control), "+d" (input_address) in hv_do_hypercall() 100 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall() 101 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | hyperv.h | 248 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()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
H A D | sev-dev.c | 424 void __user *input_address; in sev_ioctl_do_pek_csr() local 441 input_address = (void __user *)input.address; in sev_ioctl_do_pek_csr() 470 if (copy_to_user(input_address, blob, input.length)) in sev_ioctl_do_pek_csr() 655 void __user *input_address; in sev_ioctl_do_get_id2() local 666 input_address = (void __user *)input.address; in sev_ioctl_do_get_id2() 701 if (copy_to_user(input_address, id_blob, data.len)) { in sev_ioctl_do_get_id2()
|
/kernel/linux/linux-6.6/drivers/crypto/ccp/ |
H A D | sev-dev.c | 640 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()
|
Completed in 6 milliseconds