Rev 3493 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3493 | Rev 3743 | ||
|---|---|---|---|
| Line 49... | Line 49... | ||
| 49 | 49 | ||
| 50 | #define TSB_TAG_TARGET_CONTEXT_SHIFT 48 |
50 | #define TSB_TAG_TARGET_CONTEXT_SHIFT 48 |
| 51 | 51 | ||
| 52 | #ifndef __ASM__ |
52 | #ifndef __ASM__ |
| 53 | 53 | ||
| 54 | #include <arch/mm/tte.h> |
54 | #include <arch/mm/sun4u/tte.h> |
| 55 | #include <arch/mm/mmu.h> |
55 | #include <arch/mm/sun4u/mmu.h> |
| 56 | #include <arch/types.h> |
56 | #include <arch/types.h> |
| 57 | 57 | ||
| 58 | /** TSB Base register. */ |
58 | /** TSB Base register. */ |
| 59 | typedef union tsb_base_reg { |
59 | typedef union tsb_base_reg { |
| 60 | uint64_t value; |
60 | uint64_t value; |