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

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