Changeset f9a56c0 in mainline for kernel/arch/sparc64/include/mm/mmu.h
- Timestamp:
- 2006-08-17T11:39:38Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee289cf0
- Parents:
- ec2c55a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/mm/mmu.h
rec2c55a rf9a56c0 36 36 #define __sparc64_MMU_H__ 37 37 38 /* *LSU Control Register ASI. */38 /* LSU Control Register ASI. */ 39 39 #define ASI_LSU_CONTROL_REG 0x45 /**< Load/Store Unit Control Register. */ 40 40 41 /* *I-MMU ASIs. */41 /* I-MMU ASIs. */ 42 42 #define ASI_IMMU 0x50 43 43 #define ASI_IMMU_TSB_8KB_PTR_REG 0x51 … … 48 48 #define ASI_IMMU_DEMAP 0x57 49 49 50 /* *Virtual Addresses within ASI_IMMU. */50 /* Virtual Addresses within ASI_IMMU. */ 51 51 #define VA_IMMU_TAG_TARGET 0x0 /**< IMMU tag target register. */ 52 52 #define VA_IMMU_SFSR 0x18 /**< IMMU sync fault status register. */ … … 54 54 #define VA_IMMU_TAG_ACCESS 0x30 /**< IMMU TLB tag access register. */ 55 55 56 /* *D-MMU ASIs. */56 /* D-MMU ASIs. */ 57 57 #define ASI_DMMU 0x58 58 58 #define ASI_DMMU_TSB_8KB_PTR_REG 0x59 … … 64 64 #define ASI_DMMU_DEMAP 0x5f 65 65 66 /* *Virtual Addresses within ASI_DMMU. */66 /* Virtual Addresses within ASI_DMMU. */ 67 67 #define VA_DMMU_TAG_TARGET 0x0 /**< DMMU tag target register. */ 68 68 #define VA_PRIMARY_CONTEXT_REG 0x8 /**< DMMU primary context register. */
Note:
See TracChangeset
for help on using the changeset viewer.