Searched refs:flush_page_for_dma (Results 1 – 2 of 2) sorted by relevance
/arch/sparc/mm/ |
D | iommu.c | 42 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()
|
D | srmmu.c | 72 BTFIXUPDEF_CALL(void, flush_page_for_dma, unsigned long) 73 #define flush_page_for_dma(page) BTFIXUP_CALL(flush_page_for_dma)(page) macro 1494 BTFIXUPSET_CALL(flush_page_for_dma, hypersparc_flush_page_for_dma, BTFIXUPCALL_NOP); in init_hypersparc() 1561 BTFIXUPSET_CALL(flush_page_for_dma, cypress_flush_page_for_dma, BTFIXUPCALL_NOP); in init_cypress_common() 1676 BTFIXUPSET_CALL(flush_page_for_dma, swift_flush_page_for_dma, BTFIXUPCALL_NORM); in init_swift() 1830 BTFIXUPSET_CALL(flush_page_for_dma, turbosparc_flush_page_for_dma, BTFIXUPCALL_NORM); in init_turbosparc() 1870 BTFIXUPSET_CALL(flush_page_for_dma, tsunami_flush_page_for_dma, BTFIXUPCALL_NORM); in init_tsunami() 1940 BTFIXUPSET_CALL(flush_page_for_dma, viking_flush_page, BTFIXUPCALL_NORM); in init_viking() 1950 BTFIXUPSET_CALL(flush_page_for_dma, viking_flush_page_for_dma, BTFIXUPCALL_NOP); in init_viking() 2246 BTFIXUPCOPY_CALL(local_flush_page_for_dma, flush_page_for_dma); in ld_mmu_srmmu() [all …]
|