MTRR_DEL_PAGE
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
mtrr_del_page - delete a memory type region
SYNOPSIS
"SYNOPSIS"
int mtrr_del_page (int reg, unsigned long base, unsigned long size);
ARGUMENTS
- reg
-
Register returned by mtrr_add
- base
-
Physical base address
- size
-
Size of region
DESCRIPTION
If register is supplied then base and size are ignored. This is
how drivers should call it.
Releases an MTRR region. If the usage count drops to zero the
register is freed and the region returns to default state.
On success the register is returned, on failure a negative error
code.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:47 GMT, October 06, 2005