Query: virt_to_phys
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VIRT_TO_PHYS(9) Public Functions Provided VIRT_TO_PHYS(9)NAMEvirt_to_phys - map virtual addresses to physicalSYNOPSISphys_addr_t virt_to_phys(volatile void * address);ARGUMENTSaddress address to remapDESCRIPTIONThe returned physical address is the physical (CPU) mapping for the memory address given. It is only valid to use this function on addresses directly mapped or allocated via kmalloc. This function does not give 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 VIRT_TO_PHYS(9)
Related Man Pages |
---|
sf_buf(9) - freebsd |
pmap_extract_and_hold(9) - debian |
sf_buf_page(9) - debian |
phys(2) - v7 |
pmap_extract_and_hold(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
ARM Cortex A9 Core-'1' Execution Sequence |