Searched refs:output_pg (Results 1 – 1 of 1) sorted by relevance
166 void *output_pg = NULL; in mshv_ioctl_passthru_hvcall() local202 output_pg = (char *)input_pg + PAGE_SIZE; in mshv_ioctl_passthru_hvcall()204 output_pg = NULL; 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()252 if (output_pg && in mshv_ioctl_passthru_hvcall()253 copy_to_user((void __user *)args.out_ptr, output_pg, args.out_sz)) in mshv_ioctl_passthru_hvcall()