Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_main.c191 void *output_pg = NULL; in mshv_ioctl_passthru_hvcall() local
225 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()