Home
last modified time | relevance | path

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

/Linux-v5.4/arch/m68k/include/asm/
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))
Dmotorola_pgalloc.h17 __flush_page_to_ram(pte); in pte_alloc_one_kernel()
45 __flush_page_to_ram(pte); in pte_alloc_one()
Dmcf_pgalloc.h65 __flush_page_to_ram(pte); in pte_alloc_one()
/Linux-v5.4/arch/m68k/mm/
Dmotorola.c63 __flush_page_to_ram(ptablep); in kernel_page_table()
107 __flush_page_to_ram(last_pgtable); in kernel_ptr_table()
/Linux-v5.4/arch/sparc/include/asm/
Dcacheflush_32.h33 #define __flush_page_to_ram(addr) \ macro
/Linux-v5.4/arch/sparc/mm/
Diommu.c172 __flush_page_to_ram(start); in iommu_flush_iotlb()
354 __flush_page_to_ram(page); in sbus_iommu_alloc()
Dinit_32.c301 __flush_page_to_ram(vaddr); in sparc_flush_page_to_ram()
Dsrmmu.c535 __flush_page_to_ram(virt_addr); in srmmu_mapioaddr()