Subversion Repositories HelenOS

Rev

Rev 1787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 2465
Line 25... Line 25...
25
 
25
 
26
    /** @defgroup genericproc generic
26
    /** @defgroup genericproc generic
27
    * @ingroup proc
27
    * @ingroup proc
28
    */
28
    */
29
   
29
   
-
 
30
 
30
    /**
31
    /**
31
     * @cond amd64
32
     * @cond amd64
32
     * @defgroup amd64proc amd64
33
     * @defgroup amd64proc amd64
33
     * @ingroup proc
34
     * @ingroup proc
34
     * @endcond
35
     * @endcond
35
     */
36
     */
36
 
37
 
-
 
38
     /**
-
 
39
     * @cond arm32
-
 
40
     * @defgroup arm32proc arm32
-
 
41
     * @ingroup proc
-
 
42
     * @endcond
-
 
43
     */
-
 
44
 
37
    /**
45
    /**
38
     * @cond ia32
46
     * @cond ia32
39
     * @defgroup ia32proc ia32
47
     * @defgroup ia32proc ia32
40
     * @ingroup proc
48
     * @ingroup proc
41
     * @endcond
49
     * @endcond
Line 100... Line 108...
100
     * @cond amd64
108
     * @cond amd64
101
     * @defgroup amd64mm amd64 
109
     * @defgroup amd64mm amd64 
102
     * @ingroup mm
110
     * @ingroup mm
103
     * @endcond
111
     * @endcond
104
     */
112
     */
-
 
113
     
-
 
114
    /**
-
 
115
     * @cond arm32
-
 
116
     * @defgroup arm32mm arm32 
-
 
117
     * @ingroup mm
-
 
118
     * @endcond
-
 
119
     */  
105
   
120
   
106
    /**
121
    /**
107
     * @cond ia32
122
     * @cond ia32
108
     * @defgroup ia32mm ia32
123
     * @defgroup ia32mm ia32
109
     * @ingroup mm
124
     * @ingroup mm
Line 169... Line 184...
169
     * @cond amd64
184
     * @cond amd64
170
     * @defgroup amd64ddi amd64
185
     * @defgroup amd64ddi amd64
171
     * @ingroup ddi
186
     * @ingroup ddi
172
     * @endcond
187
     * @endcond
173
     */
188
     */
-
 
189
     
-
 
190
    /**
-
 
191
     * @cond arm32
-
 
192
     * @defgroup arm32ddi arm32
-
 
193
     * @ingroup ddi
-
 
194
     * @endcond
-
 
195
     */  
174
 
196
 
175
    /**
197
    /**
176
     * @cond ia32
198
     * @cond ia32
177
     * @defgroup ia32ddi ia32
199
     * @defgroup ia32ddi ia32
178
     * @ingroup ddi
200
     * @ingroup ddi
Line 226... Line 248...
226
     * @cond amd64
248
     * @cond amd64
227
     * @defgroup amd64debug ia32/amd64
249
     * @defgroup amd64debug ia32/amd64
228
     * @ingroup debug
250
     * @ingroup debug
229
     * @endcond
251
     * @endcond
230
     */
252
     */
-
 
253
     
-
 
254
    /**
-
 
255
     * @cond arm32
-
 
256
     * @defgroup arm32debug arm32
-
 
257
     * @ingroup debug
-
 
258
     * @endcond
-
 
259
     */  
231
 
260
 
232
    /**
261
    /**
233
     * @cond ia32
262
     * @cond ia32
234
     * @defgroup amd64debug ia32/amd64
263
     * @defgroup amd64debug ia32/amd64
235
     * @ingroup debug
264
     * @ingroup debug
Line 283... Line 312...
283
     * @cond amd64
312
     * @cond amd64
284
     * @defgroup amd64interrupt amd64
313
     * @defgroup amd64interrupt amd64
285
     * @ingroup interrupt
314
     * @ingroup interrupt
286
     * @endcond
315
     * @endcond
287
     */
316
     */
-
 
317
     
-
 
318
    /**
-
 
319
     * @cond arm32
-
 
320
     * @defgroup arm32interrupt arm32
-
 
321
     * @ingroup interrupt
-
 
322
     * @endcond
-
 
323
     */  
288
 
324
 
289
    /**
325
    /**
290
     * @cond ia32
326
     * @cond ia32
291
     * @defgroup ia32interrupt ia32
327
     * @defgroup ia32interrupt ia32
292
     * @ingroup interrupt
328
     * @ingroup interrupt
Line 344... Line 380...
344
     * @cond amd64
380
     * @cond amd64
345
     * @defgroup amd64 amd64
381
     * @defgroup amd64 amd64
346
     * @ingroup others
382
     * @ingroup others
347
     * @endcond
383
     * @endcond
348
     */
384
     */
-
 
385
     
-
 
386
    /**
-
 
387
     * @cond arm32
-
 
388
     * @defgroup arm32 arm32
-
 
389
     * @ingroup others
-
 
390
     * @endcond
-
 
391
     */  
349
 
392
 
350
    /**
393
    /**
351
     * @cond ia32
394
     * @cond ia32
352
     * @defgroup ia32 ia32
395
     * @defgroup ia32 ia32
353
     * @ingroup others
396
     * @ingroup others