Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <kernel.h>
#include <safemem.h>
#include <mips.h>
#include <thread.h>
#include <stdio.h>
#include <tlb.h>
Functions | |
void | tlbMissHandler (int vpn_fault, int *entrylo) |
TLB handler written in C. Should remain unused, but presents a higher level view of what the TLB handler does.
void tlbMissHandler | ( | int | vpn_fault, |
int * | entrylo | ||
) |
Slower (C based) TLB handler, though provides an easier way to understand.
vpn_fault | faulting address |