Query: phys_to_virt
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PHYS_TO_VIRT(9) Public Functions Provided PHYS_TO_VIRT(9)NAMEphys_to_virt - map physical address to virtualSYNOPSISvoid * phys_to_virt(phys_addr_t address);ARGUMENTSaddress address to remapDESCRIPTIONThe returned virtual address is a current CPU mapping for the memory address given. It is only valid to use this function on addresses that have a kernel mapping This function does not handle bus mappings for DMA transfers. In almost all conceivable cases a device driver should not be using this functionAUTHORSMatthew Wilcox <matthew@wil.cx> Author. Alan Cox <alan@lxorguk.ukuu.org.uk> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PHYS_TO_VIRT(9)