Searched refs:fh_sg_list (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/virt/
H A Dfsl_hypervisor.c153 struct fh_sg_list *sg_list = NULL; ioctl_memcpy()
233 * sg_list is the list of fh_sg_list objects that we pass to the ioctl_memcpy()
236 sg_list_unaligned = kmalloc(num_pages * sizeof(struct fh_sg_list) + ioctl_memcpy()
237 sizeof(struct fh_sg_list) - 1, GFP_KERNEL); ioctl_memcpy()
243 sg_list = PTR_ALIGN(sg_list_unaligned, sizeof(struct fh_sg_list)); ioctl_memcpy()
261 * Build the fh_sg_list[] array. The first page is special ioctl_memcpy()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dfsl_hcalls.h329 * struct fh_sg_list: definition of the fh_partition_memcpy S/G list
341 struct fh_sg_list { struct
352 * @sg_list: guest physical address of an array of &fh_sg_list structures

Completed in 143 milliseconds