UbixOS
2.0
|
#include <vmm/vmm.h>
#include <ubixos/sched.h>
#include <ubixos/kpanic.h>
#include <ubixos/spinlock.h>
#include <lib/kprintf.h>
#include <sys/trap.h>
Go to the source code of this file.
Functions | |
void | vmm_pageFault (struct trapframe *frame, uint32_t cr2) |
Definition at line 53 of file pagefault.c.
References _current, taskStruct::id, kprintf(), spinLock(), trapframe::tf_eip, trapframe::tf_err, and trapframe::tf_esp.