1SQ_REMAP(9)                    Memory Management                   SQ_REMAP(9)
2
3
4

NAME

6       sq_remap - Map a physical address through the Store Queues
7

SYNOPSIS

9       unsigned long sq_remap(unsigned long phys, unsigned int size,
10                              const char * name, pgprot_t prot);
11

ARGUMENTS

13       phys
14           Physical address of mapping.
15
16       size
17           Length of mapping.
18
19       name
20           User invoking mapping.
21
22       prot
23           Protection bits.
24

DESCRIPTION

26       Remaps the physical address phys through the next available store queue
27       address of size length.  name is logged at boot time as well as through
28       the sysfs interface.
29

AUTHOR

31       Paul Mundt <lethal@linux-sh.org>
32           Author.
33
35Kernel Hackers Manual 2.6.       November 2011                     SQ_REMAP(9)
Impressum