Actions
Task #6148
closedSpecification of 'no-touch' and 'share' zones of memory
Start date:
07/06/2015
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
2.2.9
Updated by Alexander Kamkin over 9 years ago
- Status changed from New to Resolved
For a memory region, there is possibility to set the mode in the form "rwxrwx"
, where the first "rwx"
is the mode for this CPU (core) and the second "rwx"
is the mode for other CPUs (cores). Examples:
"------"
- the region is disabled (no-touch zone)."--x--x"
- the region's content can be executed."rw-r--"
- the CPU can read from and write to the region; other are not allowed to write into it."rw-rw-"
- all CPUs can read from and write to the region (shared access).
Updated by Alexander Kamkin over 9 years ago
Note: modes are not taken into account.
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from Resolved to Closed
- Published in build set to 2.2.9
Actions