UNIX xv6 (rev8, 9/1/15)
|
Go to the source code of this file.
Data Structures | |
struct | cpu |
struct | context |
struct | proc |
Macros | |
#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 |
enum procstate |