Lines Matching +full:a +full:- +full:f0 +full:- +full:9 +full:-

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
85 +------------------+
88 +------------------+
91 +------------------+
92 +------------------+
97 +------------------+
102 +------------------+ FIXADDR_TOP 0xcffff000
103 +------------------+
105 +------------------+
107 +------------------+
109 +------------------+
111 +------------------+
117 +------------------+
119 +------------------+ 0x40000000
120 +------------------+
122 +------------------+
124 +------------------+ 0x8e400000
125 +------------------+
126 | VMALLOC area | VMALLOC_START 0xa0000000 128MB - 64KB
127 +------------------+ VMALLOC_END
128 +------------------+
131 +------------------+
134 +------------------+
135 +------------------+
140 +------------------+
145 +------------------+ FIXADDR_TOP 0xaffff000
146 +------------------+
148 +------------------+
150 +------------------+
151 +------------------+
153 +------------------+
155 +------------------+
161 +------------------+
163 +------------------+ 0x40000000
164 +------------------+
166 +------------------+
168 +------------------+ 0x8e400000
169 +------------------+
170 | VMALLOC area | VMALLOC_START 0x90000000 128MB - 64KB
171 +------------------+ VMALLOC_END
172 +------------------+
175 +------------------+
178 +------------------+
179 +------------------+
184 +------------------+
189 +------------------+ FIXADDR_TOP 0x9ffff000
190 +------------------+
192 +------------------+
194 +------------------+
196 +------------------+
198 +------------------+