mtrr_del(9) suse man page | unix.com

Man Page: mtrr_del

Operating Environment: suse

Section: 9

MTRR_DEL(9)							Hardware Interfaces						       MTRR_DEL(9)

NAME
mtrr_del - delete a memory type region
SYNOPSIS
int mtrr_del(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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 MTRR_DEL(9)
Related Man Pages
mtrr_add(9) - suse
mtrr_add(9) - centos
ddi_unmap_regs(9f) - centos
ddi_unmap_regs(9f) - minix
ddi_map_regs(9f) - redhat
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com
Docker learning Phase-I