page_to_phys      149 arch/x86/include/asm/io.h #define isa_page_to_bus(page)	((unsigned int)page_to_phys(page))
page_to_phys       89 include/asm-generic/page.h #ifndef page_to_phys
page_to_phys      153 include/linux/bio.h #define bio_to_phys(bio)	(page_to_phys(bio_page((bio))) + (unsigned long) bio_offset((bio)))
page_to_phys      154 include/linux/bio.h #define bvec_to_phys(bv)	(page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset)
page_to_phys      205 include/linux/scatterlist.h 	return page_to_phys(sg_page(sg)) + sg->offset;