|
|
@ -454,7 +454,7 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
/// Maps memory at a given address.
|
|
|
|
/// Maps memory at a given address.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// @param addr The virtual address to map memory at.
|
|
|
|
/// @param target The virtual address to map memory at.
|
|
|
|
/// @param size The amount of memory to map.
|
|
|
|
/// @param size The amount of memory to map.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// @note The destination address must lie within the Map region.
|
|
|
|
/// @note The destination address must lie within the Map region.
|
|
|
@ -468,7 +468,7 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
/// Unmaps memory at a given address.
|
|
|
|
/// Unmaps memory at a given address.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// @param addr The virtual address to unmap memory at.
|
|
|
|
/// @param target The virtual address to unmap memory at.
|
|
|
|
/// @param size The amount of memory to unmap.
|
|
|
|
/// @param size The amount of memory to unmap.
|
|
|
|
///
|
|
|
|
///
|
|
|
|
/// @note The destination address must lie within the Map region.
|
|
|
|
/// @note The destination address must lie within the Map region.
|
|
|
|