Searched refs:input_pg (Results 1 – 1 of 1) sorted by relevance
190 void *input_pg = NULL; in mshv_ioctl_passthru_hvcall() local222 input_pg = page_address(page); in mshv_ioctl_passthru_hvcall()225 output_pg = (char *)input_pg + PAGE_SIZE; in mshv_ioctl_passthru_hvcall()229 if (copy_from_user(input_pg, (void __user *)args.in_ptr, in mshv_ioctl_passthru_hvcall()239 *(u64 *)input_pg = pt_id; in mshv_ioctl_passthru_hvcall()246 input_pg, output_pg); in mshv_ioctl_passthru_hvcall()249 status = hv_do_hypercall(args.code, input_pg, output_pg); in mshv_ioctl_passthru_hvcall()281 free_pages((unsigned long)input_pg, pages_order); in mshv_ioctl_passthru_hvcall()