Searched refs:__pfn_to_phys (Results 1 – 3 of 3) sorted by relevance
79 #define __pfn_to_phys(pfn) PFN_PHYS(pfn) macro
465 #elif defined(__pfn_to_phys)468 return (dma_addr_t)__pfn_to_phys(pfn); in vb2_dc_pfn_to_dma()
109 ioremap_nocache(__pfn_to_phys(nums[0]), size + offset); in vb2_vmalloc_get_userptr()