Home
last modified time | relevance | path

Searched refs:flush_page_for_dma (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/sparc/mm/
Diommu.c42 BTFIXUPDEF_CALL(void, flush_page_for_dma, unsigned long)
43 #define flush_page_for_dma(page) BTFIXUP_CALL(flush_page_for_dma)(page) macro
226 flush_page_for_dma(0); in iommu_get_scsi_one_gflush()
235 flush_page_for_dma(page); in iommu_get_scsi_one_pflush()
258 flush_page_for_dma(0); in iommu_get_scsi_sgl_gflush()
286 flush_page_for_dma(page); in iommu_get_scsi_sgl_pflush()
440 viking_flush = (BTFIXUPVAL_CALL(flush_page_for_dma) == (unsigned long)viking_flush_page); in ld_mmu_iommu()
444 if (!BTFIXUPVAL_CALL(flush_page_for_dma)) { in ld_mmu_iommu()
Dsrmmu.c74 BTFIXUPDEF_CALL(void, flush_page_for_dma, unsigned long)
75 #define flush_page_for_dma(page) BTFIXUP_CALL(flush_page_for_dma)(page) macro
1501 BTFIXUPSET_CALL(flush_page_for_dma, hypersparc_flush_page_for_dma, BTFIXUPCALL_NOP); in init_hypersparc()
1568 BTFIXUPSET_CALL(flush_page_for_dma, cypress_flush_page_for_dma, BTFIXUPCALL_NOP); in init_cypress_common()
1683 BTFIXUPSET_CALL(flush_page_for_dma, swift_flush_page_for_dma, BTFIXUPCALL_NORM); in init_swift()
1837 BTFIXUPSET_CALL(flush_page_for_dma, turbosparc_flush_page_for_dma, BTFIXUPCALL_NORM); in init_turbosparc()
1877 BTFIXUPSET_CALL(flush_page_for_dma, tsunami_flush_page_for_dma, BTFIXUPCALL_NORM); in init_tsunami()
1947 BTFIXUPSET_CALL(flush_page_for_dma, viking_flush_page, BTFIXUPCALL_NORM); in init_viking()
1957 BTFIXUPSET_CALL(flush_page_for_dma, viking_flush_page_for_dma, BTFIXUPCALL_NOP); in init_viking()
2005 BTFIXUPSET_CALL(flush_page_for_dma, leon_flush_dcache_all, in init_leon()
[all …]