page.c File Reference

Virtual Address Translation subsystem. More...

Include dependency graph for page.c:

Go to the source code of this file.

Functions

void page_init (void)
void map_structure (__address s, size_t size)
void page_mapping_insert (as_t *as, __address page, __address frame, int flags)
void page_mapping_remove (as_t *as, __address page)
pte_tpage_mapping_find (as_t *as, __address page)

Variables

page_mapping_operations_tpage_mapping_operations = NULL


Detailed Description

This file contains code for creating, destroying and searching mappings between virtual addresses and physical addresses. Functions here are mere wrappers that call the real implementation. They however, define the single interface.

Definition in file page.c.


Generated on Sun Jun 18 17:30:08 2006 for HelenOS Kernel (ppc64) by  doxygen 1.4.6