other versions
SQ_REMAP(9) | Memory Management | SQ_REMAP(9) |
NAME¶
sq_remap - Map a physical address through the Store Queues
SYNOPSIS¶
unsigned long sq_remap(unsigned long phys, unsigned int size, const char * name, pgprot_t prot);
ARGUMENTS¶
unsigned long phys
Physical address of mapping.
unsigned int size
Length of mapping.
const char * name
User invoking mapping.
pgprot_t prot
Protection bits.
DESCRIPTION¶
Remaps the physical address phys through the next available store queue address of size length. name is logged at boot time as well as through the sysfs interface.
AUTHOR¶
Paul Mundt <lethal@linux-sh.org>
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |