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

MemoryOS_MapInfo_tag Struct Reference

#include <MemoryDefs.h>

Collaboration diagram for MemoryOS_MapInfo_tag:

Collaboration graph
[legend]

Detailed Description

Structure containing information required for mapping a memory region.

Definition at line 123 of file MemoryDefs.h.

Data Fields

UInt32 src
UInt32 size
UInt32 dst
Bool isCached
Ptr drvHandle


Field Documentation

Ptr MemoryOS_MapInfo_tag::drvHandle
 

Handle to the driver that is implementing the mmap call. Ignored for Kernel-side version.

Definition at line 133 of file MemoryDefs.h.

UInt32 MemoryOS_MapInfo_tag::dst
 

Mapped address.

Definition at line 129 of file MemoryDefs.h.

Bool MemoryOS_MapInfo_tag::isCached
 

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

Definition at line 131 of file MemoryDefs.h.

UInt32 MemoryOS_MapInfo_tag::size
 

Size of memory region to be mapped.

Definition at line 127 of file MemoryDefs.h.

UInt32 MemoryOS_MapInfo_tag::src
 

Address to be mapped.

Definition at line 125 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