![]() |
![]() |
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. |
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.
unsigned int keystone_mmap_address_range_t::base |
Base address of an available address range.
Must be aligned to a KEYSTONE_MMAP_HEAP_ALIGN
unsigned int keystone_mmap_address_range_t::size |
Size of the available address range.
Must be a multiple of KEYSTONE_MMAP_HEAP_ALIGN