Searched refs:cache_push (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/m68k/mm/ |
| 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/kernel/ |
| A D | dma.c | 23 cache_push(page_to_phys(page), size); in arch_dma_prep_coherent() 67 cache_push(handle, size); in arch_sync_dma_for_device()
|
| /linux/arch/h8300/mm/ |
| A D | memory.c | 37 void cache_push(unsigned long paddr, int len) in cache_push() function
|
| /linux/arch/m68k/include/asm/ |
| A D | cacheflush_no.h | 70 static inline void cache_push(unsigned long paddr, int len) in cache_push() function
|
| A D | cacheflush_mm.h | 150 extern void cache_push(unsigned long paddr, int len);
|
| A D | atarihw.h | 144 cache_push( paddr, len ); in dma_cache_maintenance()
|
| /linux/drivers/scsi/ |
| A D | mvme147.c | 49 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| A D | a2091.c | 98 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| A D | a3000.c | 97 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| A D | gvp11.c | 132 cache_push(addr, cmd->SCp.this_residual); in dma_setup()
|
| /linux/drivers/net/ethernet/i825xx/ |
| A D | 82596.c | 1093 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/ |
| A D | atafb.c | 3139 cache_push(atari_stram_to_phys(screen_base), screen_len); in atafb_probe()
|
Completed in 23 milliseconds