Home
last modified time | relevance | path

Searched refs:input_pg (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/hv/
H A Dmshv_root_main.c165 void *input_pg = NULL; in mshv_ioctl_passthru_hvcall() local
199 input_pg = page_address(page); in mshv_ioctl_passthru_hvcall()
202 output_pg = (char *)input_pg + PAGE_SIZE; in mshv_ioctl_passthru_hvcall()
206 if (copy_from_user(input_pg, (void __user *)args.in_ptr, in mshv_ioctl_passthru_hvcall()
216 *(u64 *)input_pg = partition->pt_id; in mshv_ioctl_passthru_hvcall()
220 input_pg, output_pg); in mshv_ioctl_passthru_hvcall()
222 status = hv_do_hypercall(args.code, input_pg, output_pg); in mshv_ioctl_passthru_hvcall()
257 free_pages((unsigned long)input_pg, pages_order); in mshv_ioctl_passthru_hvcall()