Searched refs:input_address (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/arch/x86/include/asm/ |
A D | mshyperv.h | 39 u64 input_address = input ? virt_to_phys(input) : 0; in hv_do_hypercall() local 50 "+c" (control), "+d" (input_address) in hv_do_hypercall() 55 u32 input_address_hi = upper_32_bits(input_address); in hv_do_hypercall() 56 u32 input_address_lo = lower_32_bits(input_address); in hv_do_hypercall()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
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()
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | sev-dev.c | 628 void __user *input_address; in sev_ioctl_do_pek_csr() local 645 input_address = (void __user *)input.address; in sev_ioctl_do_pek_csr() 674 if (copy_to_user(input_address, blob, input.length)) in sev_ioctl_do_pek_csr() 872 void __user *input_address; in sev_ioctl_do_get_id2() local 883 input_address = (void __user *)input.address; in sev_ioctl_do_get_id2() 918 if (copy_to_user(input_address, id_blob, data.len)) { in sev_ioctl_do_get_id2()
|
Completed in 8 milliseconds