#include <MemoryDefs.h>
Collaboration diagram for MemoryOS_MapInfo_tag:

Definition at line 123 of file MemoryDefs.h.
Data Fields | |
| UInt32 | src |
| UInt32 | size |
| UInt32 | dst |
| Bool | isCached |
| Ptr | drvHandle |
|
|
Handle to the driver that is implementing the mmap call. Ignored for Kernel-side version. Definition at line 133 of file MemoryDefs.h. |
|
|
Mapped address. Definition at line 129 of file MemoryDefs.h. |
|
|
Whether the mapping is to a cached area or uncached area. Definition at line 131 of file MemoryDefs.h. |
|
|
Size of memory region to be mapped. Definition at line 127 of file MemoryDefs.h. |
|
|
Address to be mapped. Definition at line 125 of file MemoryDefs.h. |
1.4.4