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, unsigned long flags);
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       flags
23           Protection flags.
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.         June 2019                       SQ_REMAP(9)
Impressum