|
36 | 36 | * Therefore, we define 2 APG groups. lsb is _PMD_USER
|
37 | 37 | * 0 => Kernel => 01 (all accesses performed according to page definition)
|
38 | 38 | * 1 => User => 00 (all accesses performed as supervisor iaw page definition)
|
39 |
| - * 2-16 => NA => 11 (all accesses performed as user iaw page definition) |
| 39 | + * 2-15 => Not Used |
40 | 40 | */
|
41 |
| -#define MI_APG_INIT 0x4fffffff |
| 41 | +#define MI_APG_INIT 0x40000000 |
42 | 42 |
|
43 | 43 | /*
|
44 | 44 | * 0 => Kernel => 01 (all accesses performed according to page definition)
|
45 | 45 | * 1 => User => 10 (all accesses performed according to swaped page definition)
|
46 |
| - * 2-16 => NA => 11 (all accesses performed as user iaw page definition) |
| 46 | + * 2-15 => Not Used |
47 | 47 | */
|
48 |
| -#define MI_APG_KUEP 0x6fffffff |
| 48 | +#define MI_APG_KUEP 0x60000000 |
49 | 49 |
|
50 | 50 | /* The effective page number register. When read, contains the information
|
51 | 51 | * about the last instruction TLB miss. When MI_RPN is written, bits in
|
|
115 | 115 | * Therefore, we define 2 APG groups. lsb is _PMD_USER
|
116 | 116 | * 0 => Kernel => 01 (all accesses performed according to page definition)
|
117 | 117 | * 1 => User => 00 (all accesses performed as supervisor iaw page definition)
|
118 |
| - * 2-16 => NA => 11 (all accesses performed as user iaw page definition) |
| 118 | + * 2-15 => Not Used |
119 | 119 | */
|
120 |
| -#define MD_APG_INIT 0x4fffffff |
| 120 | +#define MD_APG_INIT 0x40000000 |
121 | 121 |
|
122 | 122 | /*
|
123 | 123 | * 0 => No user => 01 (all accesses performed according to page definition)
|
124 | 124 | * 1 => User => 10 (all accesses performed according to swaped page definition)
|
125 |
| - * 2-16 => NA => 11 (all accesses performed as user iaw page definition) |
| 125 | + * 2-15 => Not Used |
126 | 126 | */
|
127 |
| -#define MD_APG_KUAP 0x6fffffff |
| 127 | +#define MD_APG_KUAP 0x60000000 |
128 | 128 |
|
129 | 129 | /* The effective page number register. When read, contains the information
|
130 | 130 | * about the last instruction TLB miss. When MD_RPN is written, bits in
|
|
0 commit comments