Searched refs:cache_push (Results 1 – 8 of 8) sorted by relevance
/linux/arch/m68k/kernel/ |
H A D | dma.c | 14 cache_push(page_to_phys(page), size); in arch_dma_prep_coherent() 35 cache_push(handle, size); in arch_sync_dma_for_device()
|
/linux/arch/m68k/mm/ |
H A D | memory.c | 146 void cache_push (unsigned long paddr, int len) in cache_push() function 191 EXPORT_SYMBOL(cache_push);
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_no.h | 70 static inline void cache_push(unsigned long paddr, int len) in cache_push() function
|
H A D | cacheflush_mm.h | 150 extern void cache_push(unsigned long paddr, int len);
|
H A D | atarihw.h | 144 cache_push( paddr, len ); in dma_cache_maintenance()
|
/linux/drivers/scsi/ |
H A D | mvme147.c | 54 cache_push(addr, scsi_pointer->this_residual); in dma_setup()
|
/linux/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 1092 cache_push(virt_to_phys(skb->data), length); in i596_start_xmit() 1201 cache_push(virt_to_phys((void *)(dev->mem_start)), 4096); in i82596_probe()
|
/linux/drivers/video/fbdev/ |
H A D | atafb.c | 3081 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()
|