Go to the source code of this file.
Data Structures | |
| struct | context |
| struct | proc |
| struct | cpu |
Defines | |
| #define | SEG_KCODE 1 |
| #define | SEG_KDATA 2 |
| #define | SEG_KCPU 3 |
| #define | SEG_UCODE 4 |
| #define | SEG_UDATA 5 |
| #define | SEG_TSS 6 |
| #define | NSEGS 7 |
Enumerations | |
| enum | procstate { UNUSED, EMBRYO, SLEEPING, RUNNABLE, RUNNING, ZOMBIE } |
Functions | |
| struct cpu *cpu | asm ("%gs:0") |
| struct proc *proc | asm ("%gs:4") |
Variables | |
| struct cpu | cpus [NCPU] |
| int | ncpu |
| #define SEG_KCODE 1 |
| #define SEG_KCPU 3 |
| #define SEG_KDATA 2 |
| #define SEG_TSS 6 |
| #define SEG_UCODE 4 |
| #define SEG_UDATA 5 |
| enum procstate |
Definition at line 13 of file mp.c.
Referenced by bootothers(), ksegment(), mpbcpu(), mpinit(), and mpmain().
1.5.6