Mistake on this page?
Report an issue in GitHub or email us
Data Fields
_ARM_STORAGE_BLOCK Struct Reference

A storage block is a range of memory with uniform attributes. More...

#include <Driver_Storage.h>

Data Fields

uint64_t addr
 This is the start address of the storage block. More...
 
uint64_t size
 This is the size of the storage block, in units of bytes. More...
 
ARM_STORAGE_BLOCK_ATTRIBUTES attributes
 Attributes for this block. More...
 

Detailed Description

A storage block is a range of memory with uniform attributes.

Storage blocks combine to make up the address map of a storage controller.

Definition at line 82 of file Driver_Storage.h.

Field Documentation

uint64_t addr

This is the start address of the storage block.

It is expressed as an offset from the start of the storage map maintained by the owning storage controller.

Definition at line 83 of file Driver_Storage.h.

Attributes for this block.

Definition at line 88 of file Driver_Storage.h.

uint64_t size

This is the size of the storage block, in units of bytes.

Together with addr, it describes a range [addr, addr+size).

Definition at line 86 of file Driver_Storage.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.