UNIX xv6 (rev8, 9/1/15)
|
#include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mp.h"
#include "x86.h"
#include "mmu.h"
#include "proc.h"
Go to the source code of this file.
Functions | |
int | mpbcpu (void) |
void | mpinit (void) |
Variables | |
struct cpu | cpus [NCPU] |
int | ismp |
int | ncpu |
uchar | ioapicid |