OpenAMP Library  latest
Loading...
Searching...
No Matches
remoteproc_mem Struct Reference

Memory used by the remote processor. More...

#include <remoteproc.h>

Data Fields

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

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: