UNIX xv6 (rev8, 9/1/15)
|
#include "types.h"
#include "defs.h"
#include "param.h"
#include "memlayout.h"
#include "mmu.h"
#include "proc.h"
#include "x86.h"
#include "traps.h"
#include "spinlock.h"
Go to the source code of this file.
Functions | |
void | tvinit (void) |
void | idtinit (void) |
void | trap (struct trapframe *tf) |
Variables | |
struct gatedesc | idt [256] |
uint | vectors [] |
struct spinlock | tickslock |
uint | ticks |
uint vectors[] |
Definition at line 24 of file vectors.pl.