Query: phys_to_virt
OS: centos
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 3.10 June 2014 PHYS_TO_VIRT(9)
| Related Man Pages |
|---|
| sf_buf_free(9) - freebsd |
| pmap_extract(9) - debian |
| pmap_extract_and_hold(9) - debian |
| kseg_to_phys(9r) - osf1 |
| sf_buf_page(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |