Mercurial > nand-ecoscentric
comparison packages/hal/arm/arch/current/include/hal_mmu.h @ 14:01ce82f3e11a ecos-sw-1999-06-11
Merge from eCos master repository on 1999-06-11-17:05:41-BST
| author | jlarmour |
|---|---|
| date | Fri, 11 Jun 1999 09:36:56 +0000 |
| parents | d376b777e2ce |
| children | c38311975d4f |
comparison
equal
deleted
inserted
replaced
| 13:acb4fa7cb179 | 14:01ce82f3e11a |
|---|---|
| 63 | 63 |
| 64 #define MMU_AP_ap0_Any 0x030 | 64 #define MMU_AP_ap0_Any 0x030 |
| 65 #define MMU_AP_ap1_Any 0x0C0 | 65 #define MMU_AP_ap1_Any 0x0C0 |
| 66 #define MMU_AP_ap2_Any 0x300 | 66 #define MMU_AP_ap2_Any 0x300 |
| 67 #define MMU_AP_ap3_Any 0xC00 | 67 #define MMU_AP_ap3_Any 0xC00 |
| 68 #define MMU_AP_All (MMU_AP_ap0_Any|MMU_AP_ap1_Any|MMU_AP_ap2_Any|MMU_AP_ap3_Any) | |
| 68 | 69 |
| 69 #define MMU_AP_All (MMU_AP_ap0_Any|MMU_AP_ap1_Any|MMU_AP_ap2_Any|MMU_AP_ap3_Any) | 70 #define MMU_DOMAIN(x) ((x)<<5) |
| 70 | 71 |
| 71 #define MMU_PAGE_SIZE 0x1000 | 72 #define MMU_PAGE_SIZE 0x1000 |
| 72 #define MMU_SECTION_SIZE 0x100000 | 73 #define MMU_SECTION_SIZE 0x100000 |
| 73 | 74 |
| 74 #define MMU_CP p15 // Co-processor ID | 75 #define MMU_CP p15 // Co-processor ID |
