Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dcacheflush_mm.h222 static inline void __flush_page_to_ram(void *vaddr) in __flush_page_to_ram() function
251 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page))
254 #define flush_icache_page(vma, page) __flush_page_to_ram(page_address(page))
Dmotorola_pgalloc.h16 __flush_page_to_ram(pte); in pte_alloc_one_kernel()
44 __flush_page_to_ram(pte); in pte_alloc_one()
Dmcf_pgalloc.h67 __flush_page_to_ram(pte); in pte_alloc_one()
/linux-4.4.14/arch/m68k/mm/
Dmotorola.c59 __flush_page_to_ram(ptablep); in kernel_page_table()
99 __flush_page_to_ram(last_pgtable); in kernel_ptr_table()
/linux-4.4.14/arch/sparc/include/asm/
Dcacheflush_32.h32 #define __flush_page_to_ram(addr) \ macro
/linux-4.4.14/arch/sparc/mm/
Diommu.c171 __flush_page_to_ram(start); in iommu_flush_iotlb()
358 __flush_page_to_ram(page); in iommu_map_dma_area()
Dinit_32.c357 __flush_page_to_ram(vaddr); in sparc_flush_page_to_ram()
Dsrmmu.c502 __flush_page_to_ram(virt_addr); in srmmu_mapioaddr()