Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_root_main.c179 unsigned int pages_order; in mshv_ioctl_passthru_hvcall() local
208 pages_order = args.out_ptr ? 1 : 0; in mshv_ioctl_passthru_hvcall()
209 page = alloc_pages(GFP_KERNEL, pages_order); in mshv_ioctl_passthru_hvcall()
270 free_pages((unsigned long)input_pg, pages_order); in mshv_ioctl_passthru_hvcall()