RTEMS
5.1
|
#include <arch/types.h>
Go to the source code of this file.
Data Structures | |
union | tte_tag |
union | tte_data |
Typedefs | |
typedef union tte_tag | tte_tag_t |
typedef union tte_data | tte_data_t |
Variables | |
unsigned | g |
unsigned | __pad0__ |
unsigned | context |
unsigned | __pad1__ |
uint64_t | va_tag |
union tte_tag | __attribute__ |
unsigned | v |
unsigned | size |
unsigned | nfo |
unsigned | ie |
unsigned | soft2 |
unsigned | soft |
unsigned | l |
unsigned | cp |
unsigned | cv |
unsigned | e |
unsigned | p |
unsigned | w |
unsigned __pad0__ |
Reserved.
unsigned __pad1__ |
Reserved.
unsigned context |
Context identifier.
unsigned cp |
Cacheable in physically indexed cache.
unsigned cv |
Cacheable in virtually indexed cache.
unsigned e |
Side-effect.
unsigned g |
Global.
unsigned ie |
Invert Endianness.
unsigned l |
Lock.
unsigned nfo |
No-Fault-Only.
unsigned p |
Privileged.
unsigned size |
Page size of this entry.
unsigned soft |
Software defined field.
unsigned soft2 |
Software defined field.
unsigned v |
Valid.
uint64_t va_tag |
Virtual Address Tag, bits 63:22.
unsigned w |
Writable.