Home
last modified time | relevance | path

Searched refs:page_ext_from_phys (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpage_ext.h96 extern struct page_ext *page_ext_from_phys(phys_addr_t phys);
219 static inline struct page_ext *page_ext_from_phys(phys_addr_t phys) in page_ext_from_phys() function
/linux/drivers/iommu/
H A Diommu-debug-pagealloc.c40 struct page_ext *page_ext = page_ext_from_phys(phys); in iommu_debug_inc_page()
53 struct page_ext *page_ext = page_ext_from_phys(phys); in iommu_debug_dec_page()
/linux/mm/
H A Dpage_ext.c554 struct page_ext *page_ext_from_phys(phys_addr_t phys) in page_ext_from_phys() function