MOS Source Code
|
Public Attributes | |
bool | valid: 1 |
bool | r: 1 |
bool | w: 1 |
bool | x: 1 |
bool | user: 1 |
bool | global: 1 |
bool | accessed: 1 |
bool | dirty: 1 |
u8 | _1: 2 |
u64 | ppn: 44 |
u8 | _2: 7 |
u8 | pbmt: 2 |
bool | n: 1 |
bool r |
Definition at line 16 of file mm.c.
Referenced by pmle_set_flags(), and pte_get_flags().
bool w |
Definition at line 17 of file mm.c.
Referenced by pmle_set_flags(), and pte_get_flags().
bool x |
Definition at line 18 of file mm.c.
Referenced by pmle_set_flags(), and pte_get_flags().
bool user |
Definition at line 20 of file mm.c.
Referenced by pmle_set_flags(), and pte_get_flags().
bool global |
Definition at line 21 of file mm.c.
Referenced by pmle_set_flags(), and pte_get_flags().