Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | Logical address of first page entry (page aligned) |
R1 | Number of page entries ( >= 1) |
Exit | |
---|---|
R0 | Corrupt |
Call this when the MMU mapping is has about just to be changed for a contiguous range of page entries (multiple of 4k).
The operation must typically perform the following:
Note that the implementation is not expected to deal with changes to pages which are in active use by interrupt routines.
Note that the number of entries may be large. The operation is typically expected to use a reasonable threshold, above which it performs a global operation instead for speed reasons.
This operation should typically be used when cacheable pages have had their attributes changed in a way which will affect cache behaviour.