Home
last modified time | relevance | path

Searched refs:__flush_page_to_ram (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dcacheflush_mm.h223 static inline void __flush_page_to_ram(void *vaddr) in __flush_page_to_ram() function
252 #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))
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcacheflush_32.h31 #define __flush_page_to_ram(addr) \ macro
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Diommu.c177 __flush_page_to_ram(start); in iommu_flush_iotlb()
358 __flush_page_to_ram(page); in sbus_iommu_alloc()
H A Dinit_32.c304 __flush_page_to_ram(vaddr); in sparc_flush_page_to_ram()
H A Dsrmmu.c517 __flush_page_to_ram(virt_addr); in srmmu_mapioaddr()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dcache.S124 _GLOBAL(__flush_page_to_ram)
/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dmotorola.c85 __flush_page_to_ram(page); in mmu_page_ctor()