Searched defs:phys_to_page (Results 1 – 7 of 7) sorted by relevance
67 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
79 #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
75 #define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
125 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
161 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
285 #define phys_to_page(phys) pfn_to_page(phys_to_pfn(phys)) macro