Searched defs:phys_to_page (Results 1 – 7 of 7) sorted by relevance
73 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
87 #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
142 #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
161 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
287 #define phys_to_page(phys) pfn_to_page(phys_to_pfn(phys)) macro