1SQ_REMAP(9) Memory Management SQ_REMAP(9)
2
3
4
6 sq_remap - Map a physical address through the Store Queues
7
9 unsigned long sq_remap(unsigned long phys, unsigned int size,
10 const char * name, pgprot_t prot);
11
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
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
31 Paul Mundt <lethal@linux-sh.org>
32 Author.
33
35Kernel Hackers Manual 3.10 June 2019 SQ_REMAP(9)