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.c181 void *output_pg = NULL; in mshv_ioctl_passthru_hvcall() local
215 output_pg = (char *)input_pg + PAGE_SIZE; in mshv_ioctl_passthru_hvcall()
217 output_pg = NULL; 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()
265 if (!ret && output_pg && in mshv_ioctl_passthru_hvcall()
266 copy_to_user((void __user *)args.out_ptr, output_pg, args.out_sz)) in mshv_ioctl_passthru_hvcall()