OpenAMP Library
Data Fields
remoteproc_mem Struct Reference

#include <remoteproc.h>

Data Fields

metal_phys_addr_t da
 
metal_phys_addr_t pa
 
size_t size
 
char name [RPROC_MAX_NAME_LEN]
 
struct metal_io_region * io
 
struct metal_list node
 

Detailed Description

struct remoteproc_mem

This structure presents the memory used by the remote processor

@da: device memory @pa: physical memory @size: size of the memory @io: pointer to the I/O region @node: list node

Field Documentation

◆ da

metal_phys_addr_t remoteproc_mem::da

◆ io

struct metal_io_region* remoteproc_mem::io

◆ name

char remoteproc_mem::name[RPROC_MAX_NAME_LEN]

◆ node

struct metal_list remoteproc_mem::node

◆ pa

metal_phys_addr_t remoteproc_mem::pa

◆ size

size_t remoteproc_mem::size

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