UbixOS  2.0
pagefault.c File Reference
#include <vmm/vmm.h>
#include <ubixos/sched.h>
#include <ubixos/kpanic.h>
#include <ubixos/spinlock.h>
#include <lib/kprintf.h>
#include <sys/trap.h>
Include dependency graph for pagefault.c:

Go to the source code of this file.

Functions

void vmm_pageFault (struct trapframe *frame, uint32_t cr2)
 

Function Documentation

◆ vmm_pageFault()

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.

Here is the call graph for this function: