AGP_ALLOCATE_MEMORY

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

agp_allocate_memory - allocate a group of pages of a certain type.  

SYNOPSIS

"SYNOPSIS"

struct agp_memory * agp_allocate_memory (size_t page_count, u32 type);  

ARGUMENTS

page_count
size_t argument of the number of pages
type
u32 argument of the type of memory to be allocated.
 

DESCRIPTION

Every agp bridge device will allow you to allocate AGP_NORMAL_MEMORY which maps to physical ram. Any other type is device dependent.

It returns NULL whenever memory is unavailable.  

DESCRIPTION

Every agp bridge device will allow you to allocate AGP_NORMAL_MEMORY which maps to physical ram. Any other type is device dependent.

It returns NULL whenever memory is unavailable.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:19 GMT, October 06, 2005