Changeset 1bb2e7a in mainline
- Timestamp:
- 2006-06-18T00:44:44Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf84d72a
- Parents:
- 10e0cee
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup amd64cpu 29 /** @addtogroup amd64 30 30 * @{ 31 31 */ … … 84 84 #endif 85 85 86 86 /** @} 87 87 */ 88 -
arch/amd64/include/cpuid.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup amd64cpu 29 /** @addtogroup amd64 30 30 * @{ 31 31 */ … … 64 64 #endif 65 65 66 66 /** @} 67 67 */ 68 -
arch/amd64/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup amd64cpu 29 /** @addtogroup amd64 30 30 * @{ 31 31 */ … … 165 165 } 166 166 167 167 /** @} 168 168 */ 169 -
arch/ia32/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ia32cpu 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 58 58 #endif 59 59 60 60 /** @} 61 61 */ 62 -
arch/ia32/include/cpuid.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ia32cpu 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 116 116 #endif 117 117 118 118 /** @} 119 119 */ 120 120 -
arch/ia32/include/ddi/ddi.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 29 /** @addtogroup ia32ddi 30 30 * @{ 31 31 */ … … 42 42 #endif 43 43 44 44 /** @} 45 45 */ 46 46 -
arch/ia32/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ia32cpu 29 /** @addtogroup ia32 30 30 * @{ 31 31 */ … … 163 163 } 164 164 165 165 /** @} 166 166 */ 167 -
arch/ia32/src/ddi/ddi.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 29 /** @addtogroup ia32ddi 30 30 * @{ 31 31 */ … … 162 162 } 163 163 164 164 /** @} 165 165 */ 166 -
arch/ia64/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ia64cpu 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ … … 66 66 #endif 67 67 68 68 /** @} 69 69 */ 70 -
arch/ia64/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ia64cpu 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ … … 73 73 } 74 74 75 75 /** @} 76 76 */ 77 -
arch/ia64/src/ddi/ddi.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 29 /** @addtogroup ia64ddi 30 30 * @{ 31 31 */ … … 53 53 } 54 54 55 55 /** @} 56 56 */ 57 -
arch/mips32/include/cp0.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup mips32cpu 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 120 120 #endif 121 121 122 122 /** @} 123 123 */ 124 -
arch/mips32/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup mips32cpu 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
arch/mips32/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup mips32cpu 29 /** @addtogroup mips32 30 30 * @{ 31 31 */ … … 135 135 } 136 136 137 137 /** @} 138 138 */ 139 -
arch/ppc32/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ppc32cpu 29 /** @addtogroup ppc32 30 30 * @{ 31 31 */ … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
arch/ppc32/include/cpuid.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ppc32cpu 29 /** @addtogroup ppc32 30 30 * @{ 31 31 */ … … 53 53 #endif 54 54 55 55 /** @} 56 56 */ 57 -
arch/ppc32/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ppc32cpu 29 /** @addtogroup ppc32 30 30 * @{ 31 31 */ … … 60 60 } 61 61 62 62 /** @} 63 63 */ 64 -
arch/ppc64/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ppc64cpu 29 /** @addtogroup ppc64 30 30 * @{ 31 31 */ … … 45 45 #endif 46 46 47 47 /** @} 48 48 */ 49 -
arch/ppc64/include/cpuid.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ppc64cpu 29 /** @addtogroup ppc64 30 30 * @{ 31 31 */ … … 53 53 #endif 54 54 55 55 /** @} 56 56 */ 57 -
arch/ppc64/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup ppc64cpu 29 /** @addtogroup ppc64 30 30 * @{ 31 31 */ … … 60 60 } 61 61 62 62 /** @} 63 63 */ 64 -
arch/sparc64/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup sparc64cpu 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 57 57 #endif 58 58 59 59 /** @} 60 60 */ 61 -
arch/sparc64/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup sparc64cpu 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 97 97 } 98 98 99 99 /** @} 100 100 */ 101 -
doc/doxygroups.h
r10e0cee r1bb2e7a 2 2 /* Definitions of modules and its relations for generating Doxygen documentation */ 3 3 4 /** @defgroup genericadt ADT 5 * @ingroup kernel 6 */ 7 8 /** @defgroup genericconsole Console 9 * @ingroup kernel 10 */ 11 12 /** @defgroup genericipc IPC 13 * @ingroup kernel 14 * @brief Interprocess communication protocol 15 */ 16 17 /** @defgroup genericklog KLog 18 * @brief Kernel logging facility 19 * @ingroup kernel 20 */ 21 22 /** @defgroup main Main 23 * @ingroup kernel 24 */ 25 26 /** @defgroup sync Synchronization 27 * @ingroup kernel 28 */ 29 30 /** @defgroup cpu CPU 31 * @ingroup kernel 32 */ 33 34 /** @defgroup genericcpu generic 35 * @ingroup cpu 36 */ 37 38 /** @defgroup amd64cpu amd64 39 * @ingroup cpu 40 */ 41 42 /** @defgroup ia32cpu ia32 43 * @ingroup cpu 44 */ 45 46 /** @defgroup ia64cpu ia64 47 * @ingroup cpu 48 */ 49 50 /** @defgroup mips32cpu mips32 51 * @ingroup cpu 52 */ 53 54 /** @defgroup ppc32cpu ppc32 55 * @ingroup cpu 56 */ 57 58 /** @defgroup ppc64cpu ppc64 59 * @ingroup cpu 60 */ 61 62 /** @defgroup sparc64cpu sparc64 63 * @ingroup cpu 64 */ 65 66 /** @defgroup ddi Device Driver Interface 67 * @ingroup kernel 68 */ 69 70 /** @defgroup genericddi generic 71 * @ingroup ddi 72 */ 73 74 /** @defgroup amd64ddi amd64 75 * @ingroup ddi 76 */ 77 78 /** @defgroup ia32ddi ia32 79 * @ingroup ddi 80 */ 81 82 /** @defgroup ia64ddi ia64 83 * @ingroup ddi 84 */ 85 86 /** @defgroup mips32ddi mips32 87 * @ingroup ddi 88 */ 89 90 /** @defgroup ppc32ddi ppc32 91 * @ingroup ddi 92 */ 93 94 /** @defgroup ppc64ddi ppc64 95 * @ingroup ddi 96 */ 97 98 /** @defgroup sparc64ddi sparc64 99 * @ingroup ddi 100 */ 101 102 /** @defgroup debug Debug 103 * @ingroup kernel 104 */ 105 106 /** @defgroup genericdebug generic 107 * @ingroup debug 108 */ 109 110 /** @defgroup amd64debug ia32/amd64 111 * @ingroup debug 112 */ 113 114 /** @defgroup ia64debug ia64 115 * @ingroup debug 116 */ 117 118 /** @defgroup mips32debug mips32 119 * @ingroup debug 120 */ 121 122 /** @defgroup ppc32debug ppc32 123 * @ingroup debug 124 */ 125 126 /** @defgroup ppc64debug ppc64 127 * @ingroup debug 128 */ 129 130 /** @defgroup sparc64debug sparc64 131 * @ingroup debug 132 */ 133 134 /** @defgroup interrupt Interrupt 4 /** @defgroup genericadt Data types 5 * @ingroup kernel 6 */ 7 8 /** @defgroup main Kernel initialization 9 * @ingroup others 10 */ 11 12 /** @defgroup genericconsole Kernel console 13 * @ingroup others 14 */ 15 16 /** 17 * @defgroup time Time management 135 18 * @ingroup kernel 136 19 */ 137 /** @defgroup genericinterrupt generic 138 * @ingroup interrupt 139 */ 140 141 /** @defgroup amd64interrupt amd64 142 * @ingroup interrupt 143 */ 144 145 /** @defgroup ia32interrupt ia32 146 * @ingroup interrupt 147 */ 148 149 /** @defgroup ia64interrupt ia64 150 * @ingroup interrupt 151 */ 152 153 /** @defgroup mips32interrupt mips32 154 * @ingroup interrupt 155 */ 156 157 /** @defgroup ppc32interrupt ppc32 158 * @ingroup interrupt 159 */ 160 161 /** @defgroup ppc64interrupt ppc64 162 * @ingroup interrupt 163 */ 164 165 /** @defgroup sparc64interrupt sparc64 166 * @ingroup interrupt 167 */ 168 169 /** @defgroup mm Memory management 20 21 /** 22 * @defgroup proc Scheduling 170 23 * @ingroup kernel 171 24 */ 172 173 /** @defgroup genericmm generic174 * @ingroup mm175 */176 177 /** @defgroup genarchmm genarch178 * @ingroup mm179 */180 181 /** @defgroup amd64mm amd64182 * @ingroup mm183 */184 185 /** @defgroup ia32mm ia32186 * @ingroup mm187 */188 189 /** @defgroup ia64mm ia64190 * @ingroup mm191 */192 193 /** @defgroup mips32mm mips32194 * @ingroup mm195 */196 197 /** @defgroup ppc32mm ppc32198 * @ingroup mm199 */200 201 /** @defgroup ppc64mm ppc64202 * @ingroup mm203 */204 205 /** @defgroup sparc64mm sparc64206 * @ingroup mm207 */208 209 /**210 * @defgroup proc Proc211 * @ingroup kernel212 */213 25 214 26 /** @defgroup genericproc generic … … 216 28 */ 217 29 218 /** @defgroup amd64proc amd64 219 * @ingroup proc 220 */ 221 222 /** @defgroup ia32proc ia32 223 * @ingroup proc 224 */ 225 226 /** @defgroup ia64proc ia64 227 * @ingroup proc 228 */ 229 230 /** @defgroup mips32proc mips32 231 * @ingroup proc 232 */ 233 234 /** @defgroup ppc32proc ppc32 235 * @ingroup proc 236 */ 237 238 /** @defgroup ppc64proc ppc64 239 * @ingroup proc 240 */ 241 242 /** @defgroup sparc64proc sparc64 243 * @ingroup proc 244 */ 245 246 /** @defgroup others Others 30 /** 31 * @cond amd64 32 * @defgroup amd64proc amd64 33 * @ingroup proc 34 * @endcond 35 */ 36 37 /** 38 * @cond ia32 39 * @defgroup ia32proc ia32 40 * @ingroup proc 41 * @endcond 42 */ 43 44 /** 45 * @cond ia64 46 * @defgroup ia64proc ia64 47 * @ingroup proc 48 * @endcond 49 */ 50 51 /** 52 * @cond mips32 53 * @defgroup mips32proc mips32 54 * @ingroup proc 55 * @endcond 56 */ 57 58 /** 59 * @cond ppc32 60 * @defgroup ppc32proc ppc32 61 * @ingroup proc 62 * @endcond 63 */ 64 65 /** 66 * @cond ppc64 67 * @defgroup ppc64proc ppc64 68 * @ingroup proc 69 * @endcond 70 */ 71 72 /** 73 * @cond sparc64 74 * @defgroup sparc64proc sparc64 75 * @ingroup proc 76 * @endcond 77 */ 78 79 80 /** @defgroup sync Synchronization 81 * @ingroup kernel 82 */ 83 84 85 /** @defgroup mm Memory management 86 * @ingroup kernel 87 */ 88 89 /** 90 * @defgroup genericmm generic 91 * @ingroup mm 92 */ 93 94 /** 95 * @defgroup genarchmm genarch 96 * @ingroup mm 97 */ 98 99 /** 100 * @cond amd64 101 * @defgroup amd64mm amd64 102 * @ingroup mm 103 * @endcond 104 */ 105 106 /** 107 * @cond ia32 108 * @defgroup ia32mm ia32 109 * @ingroup mm 110 * @endcond 111 */ 112 113 /** 114 * @cond ia64 115 * @defgroup ia64mm ia64 116 * @ingroup mm 117 * @endcond 118 */ 119 120 /** 121 * @cond mips32 122 * @defgroup mips32mm mips32 123 * @ingroup mm 124 * @endcond 125 */ 126 127 /** 128 * @cond ppc32 129 * @defgroup ppc32mm ppc32 130 * @ingroup mm 131 * @endcond 132 */ 133 134 /** 135 * @cond ppc64 136 * @defgroup ppc64mm ppc64 137 * @ingroup mm 138 * @endcond 139 */ 140 141 /** 142 * @cond sparc64 143 * @defgroup sparc64mm sparc64 144 * @ingroup mm 145 * @endcond 146 */ 147 148 149 150 /** @defgroup genericipc IPC 151 * @ingroup kernel 152 */ 153 154 /** @defgroup genericklog KLog 155 * @brief Kernel logging facility 156 * @ingroup genericconsole 157 */ 158 159 160 /** @defgroup ddi Device Driver Interface 161 * @ingroup kernel 162 */ 163 164 /** @defgroup genericddi generic 165 * @ingroup ddi 166 */ 167 168 /** 169 * @cond amd64 170 * @defgroup amd64ddi amd64 171 * @ingroup ddi 172 * @endcond 173 */ 174 175 /** 176 * @cond ia32 177 * @defgroup ia32ddi ia32 178 * @ingroup ddi 179 * @endcond 180 */ 181 182 /** 183 * @cond ia64 184 * @defgroup ia64ddi ia64 185 * @ingroup ddi 186 * @endcond 187 */ 188 189 /** 190 * @cond mips32 191 * @defgroup mips32ddi mips32 192 * @ingroup ddi 193 * @endcond 194 */ 195 196 /** 197 * @cond ppc32 198 * @defgroup ppc32ddi ppc32 199 * @ingroup ddi 200 * @endcond 201 */ 202 203 /** 204 * @cond ppc64 205 * @defgroup ppc64ddi ppc64 206 * @ingroup ddi 207 * @endcond 208 */ 209 210 /** 211 * @cond sparc64 212 * @defgroup sparc64ddi sparc64 213 * @ingroup ddi 214 * @endcond 215 */ 216 217 /** @defgroup debug Debugging 218 * @ingroup others 219 */ 220 221 /** @defgroup genericdebug generic 222 * @ingroup debug 223 */ 224 225 /** 226 * @cond amd64 227 * @defgroup amd64debug ia32/amd64 228 * @ingroup debug 229 * @endcond 230 */ 231 232 /** 233 * @cond ia32 234 * @defgroup amd64debug ia32/amd64 235 * @ingroup debug 236 * @endcond 237 */ 238 239 /** 240 * @cond ia64 241 * @defgroup ia64debug ia64 242 * @ingroup debug 243 * @endcond 244 */ 245 246 /** 247 * @cond mips32 248 * @defgroup mips32debug mips32 249 * @ingroup debug 250 * @endcond 251 */ 252 253 /** 254 * @cond ppc32 255 * @defgroup ppc32debug ppc32 256 * @ingroup debug 257 * @endcond 258 */ 259 260 /** 261 * @cond ppc64 262 * @defgroup ppc64debug ppc64 263 * @ingroup debug 264 * @endcond 265 */ 266 267 /** 268 * @cond sparc64 269 * @defgroup sparc64debug sparc64 270 * @ingroup debug 271 * @endcond 272 */ 273 274 /** @defgroup interrupt Interrupt handling and dispatching 275 * @ingroup kernel 276 */ 277 /** 278 * @defgroup genericinterrupt generic 279 * @ingroup interrupt 280 */ 281 282 /** 283 * @cond amd64 284 * @defgroup amd64interrupt amd64 285 * @ingroup interrupt 286 * @endcond 287 */ 288 289 /** 290 * @cond ia32 291 * @defgroup ia32interrupt ia32 292 * @ingroup interrupt 293 * @endcond 294 */ 295 296 /** 297 * @cond ia64 298 * @defgroup ia64interrupt ia64 299 * @ingroup interrupt 300 * @endcond 301 */ 302 303 /** 304 * @cond mips32 305 * @defgroup mips32interrupt mips32 306 * @ingroup interrupt 307 * @endcond 308 */ 309 310 /** 311 * @cond ppc32 312 * @defgroup ppc32interrupt ppc32 313 * @ingroup interrupt 314 * @endcond 315 */ 316 317 /** 318 * @cond ppc64 319 * @defgroup ppc64interrupt ppc64 320 * @ingroup interrupt 321 * @endcond 322 */ 323 324 /** 325 * @cond sparc64 326 * @defgroup sparc64interrupt sparc64 327 * @ingroup interrupt 328 * @endcond 329 */ 330 331 332 /** @defgroup others Miscellanea 247 333 * @ingroup kernel 248 334 */ … … 255 341 */ 256 342 257 /** @defgroup amd64 amd64 258 * @ingroup others 259 */ 260 261 /** @defgroup ia32 ia32 262 * @ingroup others 263 */ 264 265 /** @defgroup ia64 ia64 266 * @ingroup others 267 */ 268 269 /** @defgroup mips32 mips32 270 * @ingroup others 271 */ 272 273 /** @defgroup ppc32 ppc32 274 * @ingroup others 275 */ 276 277 /** @defgroup ppc64 ppc64 278 * @ingroup others 279 */ 280 281 /** @defgroup sparc64 sparc64 282 * @ingroup others 283 */ 284 343 /** 344 * @cond amd64 345 * @defgroup amd64 amd64 346 * @ingroup others 347 * @endcond 348 */ 349 350 /** 351 * @cond ia32 352 * @defgroup ia32 ia32 353 * @ingroup others 354 * @endcond 355 */ 356 357 /** 358 * @cond ia64 359 * @defgroup ia64 ia64 360 * @ingroup others 361 * @endcond 362 */ 363 364 /** 365 * @cond mips32 366 * @defgroup mips32 mips32 367 * @ingroup others 368 * @endcond 369 */ 370 371 /** 372 * @cond ppc32 373 * @defgroup ppc32 ppc32 374 * @ingroup others 375 * @endcond 376 */ 377 378 /** 379 * @cond ppc64 380 * @defgroup ppc64 ppc64 381 * @ingroup others 382 * @endcond 383 */ 384 385 /** 386 * @cond sparc64 387 * @defgroup sparc64 sparc64 388 * @ingroup others 389 * @endcond 390 */ -
generic/include/cpu.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup genericcpu 29 /** @addtogroup generic 30 30 * @{ 31 31 */ … … 105 105 #endif 106 106 107 107 /** @} 108 108 */ 109 -
generic/include/time/clock.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 30 /** @addtogroup generic 29 /** @addtogroup time 31 30 * @{ 32 31 */ … … 44 43 #endif 45 44 46 45 /** @} 47 46 */ 48 -
generic/include/time/delay.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup generic 29 /** @addtogroup time 30 30 * @{ 31 31 */ … … 42 42 #endif 43 43 44 44 /** @} 45 45 */ 46 -
generic/include/time/timeout.h
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup generic 29 /** @addtogroup time 30 30 * @{ 31 31 */ … … 66 66 #endif 67 67 68 68 /** @} 69 69 */ 70 -
generic/src/cpu/cpu.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup genericcpu 29 /** @addtogroup generic 30 30 * @{ 31 31 */ -
generic/src/time/clock.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup generic 29 /** @addtogroup time 30 30 * @{ 31 31 */ … … 188 188 } 189 189 190 190 /** @} 191 191 */ 192 192 -
generic/src/time/delay.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup generic 29 /** @addtogroup time 30 30 * @{ 31 31 */ … … 65 65 } 66 66 67 67 /** @} 68 68 */ 69 69 -
generic/src/time/timeout.c
r10e0cee r1bb2e7a 27 27 */ 28 28 29 /** @addtogroup generic 29 /** @addtogroup time 30 30 * @{ 31 31 */ … … 215 215 } 216 216 217 218 */ 219 217 /** @} 218 */ 219
Note:
See TracChangeset
for help on using the changeset viewer.