Data Fields
keystone_mmap_address_range_t Struct Reference

This structure is used to initialize mmap with available logical address ranges. More...

#include <mmap.h>

Data Fields

unsigned int base
 Base address of an available address range.
unsigned int size
 Size of the available address range.

Detailed Description

This structure is used to initialize mmap with available logical address ranges.

Current implementation requires that the size is a power of 2 and that the base address is aligned to this size.


Field Documentation

Base address of an available address range.

Must be aligned to a KEYSTONE_MMAP_HEAP_ALIGN

Size of the available address range.

Must be a multiple of KEYSTONE_MMAP_HEAP_ALIGN


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

Copyright 2014, Texas Instruments Incorporated