Project

General

Profile

Actions

Task #6148

closed

Specification of 'no-touch' and 'share' zones of memory

Added by Alexander Kamkin almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Start date:
07/06/2015
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Published in build:
2.2.9
Actions #1

Updated by Alexander Kamkin almost 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:

  1. "------" - the region is disabled (no-touch zone).
  2. "--x--x" - the region's content can be executed.
  3. "rw-r--" - the CPU can read from and write to the region; other are not allowed to write into it.
  4. "rw-rw-" - all CPUs can read from and write to the region (shared access).
Actions #2

Updated by Alexander Kamkin almost 9 years ago

Note: modes are not taken into account.

Actions #3

Updated by Andrei Tatarnikov almost 9 years ago

  • Status changed from Resolved to Closed
  • Published in build set to 2.2.9
Actions

Also available in: Atom PDF