File diff 85642093068c → 91e0d39c9812
BLD/build/HEADERS/CUR-92-vmkdrivers-asm-x64/vmkernel64/release/asm/io.h
Show inline comments
...
 
@@ -185,11 +185,16 @@ static inline void * phys_to_virt(unsigned long address)
 

	
 
/**
 
 *  page_to_phys - page handle to machine address
 
 *  @maddr : machine address
 
 *  @page : page handle
 
 *
 
 *  Gets the machine address that corresponds to the page parameter
 
 *
 
 *  ESX Deviation Notes:
 
 *  None.
 
 *
 
 *  RETURN VALUE:
 
 *  A machine address
 
 *
 
 */
 
/* _VMKLNX_CODECHECK_: page_to_phys */
 
#define page_to_phys(page)  ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)