.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SQ_REMAP" "9" "09 October 2005" "" "" .SH NAME sq_remap \- Map a physical address through the Store Queues .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct sq_mapping * sq_remap (unsigned long \fIphys\fB, unsigned int \fIsize\fB, const char * \fIname\fB); \fR .SH "ARGUMENTS" .TP \fB\fIphys\fB\fR Physical address of mapping. .TP \fB\fIsize\fB\fR Length of mapping. .TP \fB\fIname\fB\fR User invoking mapping. .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 procfs interface. .PP A pre-allocated and filled sq_mapping pointer is returned, and must be cleaned up with a call to \fBsq_unmap\fR when the user is done with the mapping.