Searched refs:__flush_page_to_ram (Results 1 – 6 of 6) sorted by relevance
223 static inline void __flush_page_to_ram(void *vaddr) in __flush_page_to_ram() function252 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page))255 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page))
31 #define __flush_page_to_ram(addr) \ macro
177 __flush_page_to_ram(start); in iommu_flush_iotlb()358 __flush_page_to_ram(page); in sbus_iommu_alloc()
304 __flush_page_to_ram(vaddr); in sparc_flush_page_to_ram()
517 __flush_page_to_ram(virt_addr); in srmmu_mapioaddr()
85 __flush_page_to_ram(page); in mmu_page_ctor()