Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
safeUnmap.c File Reference
#include <safemem.h>
#include <mips.h>
#include <stdlib.h>

Functions

int safeUnmap (void *page)
 

Detailed Description

Unmap a page from the page table.

Function Documentation

int safeUnmap ( void *  page)

Unmap a page from the page table.

Parameters
pagepage to remove from page table.
Returns
non-zero value on failure.