Ensures that a region of a Sparse area is mapped to valid memory
=> R0 = 9
R1 = area number
R2 = base of region to claim
R3 = size of region to claim
<= R0 - R3 preserved.
The region ( base £ x £ size-1 ) must be entirely within the address range of the Sparse area. There are no restrictions on the distribution of any mapped memory within the region before the call.
Note that although arbitrary alignment of base and size is allowed, the granularity of the mapping actually performed is the page size of the machine (as return by OS_ReadMemMapInfo).
|
|
|