taglinefilesource code
flush_page_for_dma51arch/sparc/mm/srmmu.cstatic void (*flush_page_for_dma)(unsigned long page);
flush_page_for_dma1390arch/sparc/mm/srmmu.cflush_page_for_dma(page);
flush_page_for_dma1419arch/sparc/mm/srmmu.cflush_page_for_dma(page);
flush_page_for_dma2047arch/sparc/mm/srmmu.cflush_page_for_dma = hypersparc_flush_page_for_dma;
flush_page_for_dma2185arch/sparc/mm/srmmu.cflush_page_for_dma = swift_flush_page_for_dma;
flush_page_for_dma2231arch/sparc/mm/srmmu.cflush_page_for_dma = tsunami_flush_page_for_dma;
flush_page_for_dma2335arch/sparc/mm/srmmu.cflush_page_for_dma = viking_flush_page_for_dma;
flush_page_for_dma2574arch/sparc/mm/srmmu.clocal_flush_page_for_dma = flush_page_for_dma;
flush_page_for_dma2587arch/sparc/mm/srmmu.cflush_page_for_dma = smp_flush_page_for_dma;