AGP_ALLOCATE_MEMORY
Section: (9)
Updated: 09 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 (struct agp_bridge_data * bridge, size_t page_count, u32 type);
ARGUMENTS
- bridge
-
-- undescribed --
- 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: 00:01:54 GMT, October 09, 2005