Searched refs:output_pg (Results 1 – 1 of 1) sorted by relevance
191 void *output_pg = NULL; in mshv_ioctl_passthru_hvcall() local225 output_pg = (char *)input_pg + PAGE_SIZE; in mshv_ioctl_passthru_hvcall()227 output_pg = NULL; 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()276 if (!ret && output_pg && in mshv_ioctl_passthru_hvcall()277 copy_to_user((void __user *)args.out_ptr, output_pg, args.out_sz)) in mshv_ioctl_passthru_hvcall()