Lines Matching +full:a +full:- +full:f0 +full:- +full:9
9 (symbol defined), so it needs to be position-independent.
13 - This code fragment is run only on an MMU v3.
14 - TLBs are in their reset state.
15 - ITLBCFG and DTLBCFG are zero (reset state).
16 - RASID is 0x04030201 (reset state).
17 - PS.RING is zero (reset state).
18 - LITBASE is zero (reset state, PC-relative literals); required to be PIC.
24 - VA = virtual address (two upper nibbles of it);
25 - PA = physical address (two upper nibbles of it);
26 - pc = physical range that contains this code;
35 - Step0 Step1 Step2 Step3 Step4 Step5
39 E0..FF -> E0 -> E0 -> E0 F0..FF -> F0 -> F0
40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
41 A0..BF -> A0 -> A0 -> A0 D8..DF -> 00 -> 00
42 80..9F -> 80 -> 80 -> 80 D0..D7 -> 00 -> 00
43 60..7F -> 60 -> 60 -> 60
44 40..5F -> 40 -> pc -> pc 40..5F -> pc
45 20..3F -> 20 -> 20 -> 20
46 00..1F -> 00 -> 00 -> 00
50 using a "ranges" property in a device tree simple-bus node. See the Devicetree
52 simple-bus nodes. The following limitations apply:
54 1. Only top level simple-bus nodes are considered
56 2. Only one (first) simple-bus node is considered
62 5. The parent-bus-address value is rounded down to the nearest 256MB boundary
64 6. The IO area covers the entire 256MB segment of parent-bus-address; the
71 Default MMUv2-compatible layout::
74 +------------------+
76 +------------------+ 0x40000000
77 +------------------+
79 +------------------+
81 +------------------+ 0x8e400000
82 +------------------+
83 | VMALLOC area | VMALLOC_START 0xc0000000 128MB - 64KB
84 +------------------+ VMALLOC_END
87 +------------------+
90 +------------------+
91 +------------------+
96 +------------------+
101 +------------------+ FIXADDR_TOP 0xcffff000
102 +------------------+
104 +------------------+
106 +------------------+
108 +------------------+
110 +------------------+
116 +------------------+
118 +------------------+ 0x40000000
119 +------------------+
121 +------------------+
123 +------------------+ 0x8e400000
124 +------------------+
125 | VMALLOC area | VMALLOC_START 0xa0000000 128MB - 64KB
126 +------------------+ VMALLOC_END
129 +------------------+
132 +------------------+
133 +------------------+
138 +------------------+
143 +------------------+ FIXADDR_TOP 0xaffff000
144 +------------------+
146 +------------------+
148 +------------------+
149 +------------------+
151 +------------------+
153 +------------------+
159 +------------------+
161 +------------------+ 0x40000000
162 +------------------+
164 +------------------+
166 +------------------+ 0x8e400000
167 +------------------+
168 | VMALLOC area | VMALLOC_START 0x90000000 128MB - 64KB
169 +------------------+ VMALLOC_END
172 +------------------+
175 +------------------+
176 +------------------+
181 +------------------+
186 +------------------+ FIXADDR_TOP 0x9ffff000
187 +------------------+
189 +------------------+
191 +------------------+
193 +------------------+
195 +------------------+