RTEMS 6.1-rc5
|
#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 @source: guest physical address to copy from @target: guest physical address to copy to @size: number of bytes to copy @reserved: 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.
uint64_t fh_sg_list::reserved |
reserved, must be zero
uint64_t fh_sg_list::size |
number of bytes to copy
uint64_t fh_sg_list::source |
guest physical address to copy from
uint64_t fh_sg_list::target |
guest physical address to copy to