Home
last modified time | relevance | path

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

/linux/drivers/virt/
H A Dfsl_hypervisor.c153 struct fh_sg_list *sg_list = NULL; in ioctl_memcpy()
236 * sg_list is the list of fh_sg_list objects that we pass to the in ioctl_memcpy()
239 sg_list_unaligned = kmalloc(num_pages * sizeof(struct fh_sg_list) + in ioctl_memcpy()
240 sizeof(struct fh_sg_list) - 1, GFP_KERNEL); in ioctl_memcpy()
246 sg_list = PTR_ALIGN(sg_list_unaligned, sizeof(struct fh_sg_list)); in ioctl_memcpy()
259 * Build the fh_sg_list[] array. The first page is special in ioctl_memcpy()
/linux/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 argument