Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

MemoryOS_UnmapInfo_tag Struct Reference

#include <MemoryDefs.h>

Collaboration diagram for MemoryOS_UnmapInfo_tag:

Collaboration graph
[legend]

Detailed Description

Structure containing information required for unmapping a memory region.

Definition at line 141 of file MemoryDefs.h.

Data Fields

UInt32 addr
UInt32 size
Bool isCached


Field Documentation

UInt32 MemoryOS_UnmapInfo_tag::addr
 

Address to be unmapped.

Definition at line 143 of file MemoryDefs.h.

Bool MemoryOS_UnmapInfo_tag::isCached
 

Whether the mapping is to a cached area or uncached area.

Definition at line 147 of file MemoryDefs.h.

UInt32 MemoryOS_UnmapInfo_tag::size
 

Size of memory region to be unmapped.

Definition at line 145 of file MemoryDefs.h.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 14 11:59:52 2011 for Syslink by  doxygen 1.4.4