Linux Kernel
3.7.1
|
#include <fsl_hcalls.h>
Data Fields | |
uint64_t | source |
uint64_t | target |
uint64_t | size |
uint64_t | reserved |
struct fh_sg_list: definition of the fh_partition_memcpy S/G list : guest physical address to copy from : guest physical address to copy to : number of bytes to copy : reserved, must be zero
The scatter/gather list for fh_partition_memcpy() is an array of these structures. The array must be guest physically contiguous.
This structure must be aligned on 32-byte boundary, so that no single strucuture can span two pages.
Definition at line 341 of file fsl_hcalls.h.
uint64_t reserved |
reserved, must be zero
Definition at line 345 of file fsl_hcalls.h.
uint64_t size |
number of bytes to copy
Definition at line 344 of file fsl_hcalls.h.
uint64_t source |
guest physical address to copy from
Definition at line 342 of file fsl_hcalls.h.
uint64_t target |
guest physical address to copy to
Definition at line 343 of file fsl_hcalls.h.