Searched refs:__flush_page_to_ram (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/sparc/include/asm/ |
D | cacheflush_32.h | 70 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/ |
D | cacheflush_mm.h | 181 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))
|
D | motorola_pgalloc.h | 16 __flush_page_to_ram(pte); in pte_alloc_one_kernel() 39 __flush_page_to_ram(pte); in pte_alloc_one()
|
D | mcf_pgalloc.h | 63 __flush_page_to_ram(pte); in pte_alloc_one()
|
/linux-3.4.99/arch/sparc/mm/ |
D | srmmu.c | 604 __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 …]
|
D | iommu.c | 169 __flush_page_to_ram(start); in iommu_flush_iotlb() 374 __flush_page_to_ram(page); in iommu_map_dma_area()
|
D | init_32.c | 531 __flush_page_to_ram(vaddr); in sparc_flush_page_to_ram()
|
D | sun4c.c | 2081 BTFIXUPSET_CALL(__flush_page_to_ram, sun4c_flush_page_to_ram, BTFIXUPCALL_NORM); in ld_mmu_sun4c()
|
/linux-3.4.99/arch/m68k/mm/ |
D | motorola.c | 59 __flush_page_to_ram(ptablep); in kernel_page_table() 99 __flush_page_to_ram(last_pgtable); in kernel_ptr_table()
|