#include "types.h"#include "config.h"#include "assert.h"#include <cstring>#include "mem_layout.h"#include "regdefs.h"Go to the source code of this file.
Namespaces | |
| namespace | Page |
Typedefs | |
| typedef Unsigned32 | Attribs |
Enumerations | |
| enum | Attribs_enum { USER_NO = 0x00000002, USER_RO = 0x00000004, USER_RW = 0x00000006, USER_RX = 0x00000004, USER_XO = 0x00000004, USER_RWX = 0x00000006, MAX_ATTRIBS = 0x00000006 } |
|
|
|
|
|
|
1.4.2