Searched refs:input_pg (Results 1 – 1 of 1) sorted by relevance
180 void *input_pg = NULL; in mshv_ioctl_passthru_hvcall() local212 input_pg = page_address(page); in mshv_ioctl_passthru_hvcall()215 output_pg = (char *)input_pg + PAGE_SIZE; in mshv_ioctl_passthru_hvcall()219 if (copy_from_user(input_pg, (void __user *)args.in_ptr, in mshv_ioctl_passthru_hvcall()229 *(u64 *)input_pg = pt_id; in mshv_ioctl_passthru_hvcall()236 input_pg, output_pg); in mshv_ioctl_passthru_hvcall()239 status = hv_do_hypercall(args.code, input_pg, output_pg); in mshv_ioctl_passthru_hvcall()270 free_pages((unsigned long)input_pg, pages_order); in mshv_ioctl_passthru_hvcall()