Rev 1860 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1860 | Rev 1891 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | 48 | ||
49 | #ifndef __ASM__ |
49 | #ifndef __ASM__ |
50 | 50 | ||
51 | #include <arch/types.h> |
51 | #include <arch/types.h> |
52 | 52 | ||
- | 53 | #define VA_TAG_PAGE_SHIFT 22 |
|
- | 54 | ||
53 | /** Translation Table Entry - Tag. */ |
55 | /** Translation Table Entry - Tag. */ |
54 | union tte_tag { |
56 | union tte_tag { |
55 | uint64_t value; |
57 | uint64_t value; |
56 | struct { |
58 | struct { |
57 | unsigned g : 1; /**< Global. */ |
59 | unsigned g : 1; /**< Global. */ |