OpenAMP Library  353
remoteproc_mem Struct Reference

Memory used by the remote processor. More...

#include <remoteproc.h>

Data Fields

metal_phys_addr_t da
 Device memory. More...
 
metal_phys_addr_t pa
 Physical memory. More...
 
size_t size
 Size of the memory. More...
 
char name [RPROC_MAX_NAME_LEN]
 Optional human-readable name of the memory region. More...
 
struct metal_io_region * io
 Pointer to the I/O region. More...
 
struct metal_list node
 List node. More...
 

Detailed Description

Memory used by the remote processor.

Field Documentation

◆ da

metal_phys_addr_t remoteproc_mem::da

Device memory.

◆ io

struct metal_io_region* remoteproc_mem::io

Pointer to the I/O region.

◆ name

char remoteproc_mem::name[RPROC_MAX_NAME_LEN]

Optional human-readable name of the memory region.

◆ node

struct metal_list remoteproc_mem::node

List node.

◆ pa

metal_phys_addr_t remoteproc_mem::pa

Physical memory.

◆ size

size_t remoteproc_mem::size

Size of the memory.


The documentation for this struct was generated from the following file: