Searched defs:phys_to_page (Results 1 – 6 of 6) sorted by relevance
73 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
81 #define phys_to_page(phys) (pfn_to_page(phys >> PAGE_SHIFT)) macro
140 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
75 #define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
160 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
279 #define phys_to_page(phys) pfn_to_page(phys_to_pfn(phys)) macro