Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dcacheflush_32.h70 BTFIXUPDEF_CALL(void, __flush_page_to_ram, unsigned long)
73 #define __flush_page_to_ram(addr) BTFIXUP_CALL(__flush_page_to_ram)(addr) macro
/linux-3.4.99/arch/m68k/include/asm/
Dcacheflush_mm.h181 static inline void __flush_page_to_ram(void *vaddr) in __flush_page_to_ram() function
210 #define flush_dcache_page(page) __flush_page_to_ram(page_address(page))
213 #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()
39 __flush_page_to_ram(pte); in pte_alloc_one()
Dmcf_pgalloc.h63 __flush_page_to_ram(pte); in pte_alloc_one()
/linux-3.4.99/arch/sparc/mm/
Dsrmmu.c604 __flush_page_to_ram(virt_addr); in srmmu_mapioaddr()
1499 BTFIXUPSET_CALL(__flush_page_to_ram, hypersparc_flush_page_to_ram, BTFIXUPCALL_NORM); in init_hypersparc()
1566 BTFIXUPSET_CALL(__flush_page_to_ram, cypress_flush_page_to_ram, BTFIXUPCALL_NORM); in init_cypress_common()
1681 BTFIXUPSET_CALL(__flush_page_to_ram, swift_flush_page_to_ram, BTFIXUPCALL_NORM); in init_swift()
1834 BTFIXUPSET_CALL(__flush_page_to_ram, turbosparc_flush_page_to_ram, BTFIXUPCALL_NORM); in init_turbosparc()
1875 BTFIXUPSET_CALL(__flush_page_to_ram, tsunami_flush_page_to_ram, BTFIXUPCALL_NOP); in init_tsunami()
1980 BTFIXUPSET_CALL(__flush_page_to_ram, viking_flush_page_to_ram, BTFIXUPCALL_NOP); in init_viking()
2013 BTFIXUPSET_CALL(__flush_page_to_ram, leon_flush_cache_all, in init_leon()
2294 BTFIXUPCOPY_CALL(local_flush_page_to_ram, __flush_page_to_ram); in ld_mmu_srmmu()
2309 BTFIXUPSET_CALL(__flush_page_to_ram, smp_flush_page_to_ram, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
[all …]
Diommu.c169 __flush_page_to_ram(start); in iommu_flush_iotlb()
374 __flush_page_to_ram(page); in iommu_map_dma_area()
Dinit_32.c531 __flush_page_to_ram(vaddr); in sparc_flush_page_to_ram()
Dsun4c.c2081 BTFIXUPSET_CALL(__flush_page_to_ram, sun4c_flush_page_to_ram, BTFIXUPCALL_NORM); in ld_mmu_sun4c()
/linux-3.4.99/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()