'\" t .\" Title: ioremap_nocache .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Public Functions Provided .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "IOREMAP_NOCACHE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Public Functions Provided" .\" ----------------------------------------------------------------- .\" * 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" ioremap_nocache \- map bus memory into CPU space .SH "SYNOPSIS" .HP \w'void\ __iomem\ *\ ioremap_nocache('u .BI "void __iomem * ioremap_nocache(resource_size_t\ " "offset" ", unsigned\ long\ " "size" ");" .SH "ARGUMENTS" .PP \fIoffset\fR .RS 4 bus address of the memory .RE .PP \fIsize\fR .RS 4 size of the resource to map .RE .SH "DESCRIPTION" .PP ioremap performs a platform specific sequence of operations to make bus memory CPU accessible via the readb/readw/readl/writeb/ writew/writel functions and the other mmio helpers\&. The returned address is not guaranteed to be usable directly as a virtual address\&. .PP If the area you are trying to map is a PCI BAR you should have a look at \fBpci_iomap\fR\&. .SH "AUTHORS" .PP \fBMatthew Wilcox\fR <\&matthew@wil.cx\&> .RS 4 Author. .RE .PP \fBAlan Cox\fR <\&alan@lxorguk.ukuu.org.uk\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br