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 |
|---|
| pmap_extract(9) - freebsd |
| sf_buf(9) - freebsd |
| pmap_extract(9) - debian |
| sf_buf_kva(9) - debian |
| pmap_extract_and_hold(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |