'\" t .\" Title: sq_remap .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Memory Management .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SQ_REMAP" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Memory Management" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" sq_remap \- Map a physical address through the Store Queues .SH "SYNOPSIS" .HP \w'unsigned\ long\ sq_remap('u .BI "unsigned long sq_remap(unsigned\ long\ " "phys" ", unsigned\ int\ " "size" ", const\ char\ *\ " "name" ", pgprot_t\ " "prot" ");" .SH "ARGUMENTS" .PP \fIphys\fR .RS 4 Physical address of mapping\&. .RE .PP \fIsize\fR .RS 4 Length of mapping\&. .RE .PP \fIname\fR .RS 4 User invoking mapping\&. .RE .PP \fIprot\fR .RS 4 Protection bits\&. .RE .SH "DESCRIPTION" .PP Remaps the physical address \fIphys\fR through the next available store queue address of \fIsize\fR length\&. \fIname\fR is logged at boot time as well as through the sysfs interface\&. .SH "AUTHOR" .PP \fBPaul Mundt\fR <\&lethal@linux-sh.org\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br