/tmp/l4check/full_tree/trunk/l4/pkg/dde_linux/lib/src/page.c File Reference

Page Allocation/Deallocation. More...

#include <l4/sys/types.h>
#include <l4/env/errno.h>
#include <l4/l4rm/l4rm.h>
#include <l4/dm_mem/dm_mem.h>
#include <l4/dde_linux/dde.h>
#include <asm/page.h>
#include <linux/mm.h>
#include "__config.h"
#include "internal.h"
#include "fastcall.h"

Go to the source code of this file.

Functions

unsigned long FASTCALL (__get_free_pages(unsigned int gfp_mask, unsigned int order))
 Allocate Free Memory Pages.
unsigned long FASTCALL (get_zeroed_page(unsigned int gfp_mask))
 Allocate Free, Zeroed Memory Page.
void FASTCALL (free_pages(unsigned long addr, unsigned int order))
 Release Memory Pages.
void FASTCALL (__free_pages(struct page *page, unsigned int order))
 Release Memory Pages.


Detailed Description

Page Allocation/Deallocation.

Date:
08/28/2003
Author:
Christian Helmuth <ch12@os.inf.tu-dresden.de>

Definition in file page.c.


Linux DDE, written by Christian Helmuth  © 2003 Technische Universitaet Dresden