Searched refs:cache_push (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/arch/m68k/kernel/ |
D | m68k_ksyms.c | 42 EXPORT_SYMBOL(cache_push);
|
/linux-2.4.37.9/include/asm-m68k/ |
D | pgalloc.h | 41 extern void cache_push(unsigned long paddr, int len);
|
D | atarihw.h | 145 cache_push( paddr, len ); in dma_cache_maintenance()
|
/linux-2.4.37.9/drivers/scsi/ |
D | mvme147.c | 48 cache_push (addr, cmd->SCp.this_residual); in dma_setup()
|
D | a3000.c | 101 cache_push (addr, cmd->SCp.this_residual); in dma_setup()
|
D | blz2060.c | 184 cache_push(addr, length); in dma_init_write()
|
D | cyberstormII.c | 201 cache_push(addr, length); in dma_init_write()
|
D | a2091.c | 117 cache_push (addr, cmd->SCp.this_residual); in dma_setup()
|
D | cyberstorm.c | 234 cache_push(addr, length); in dma_init_write()
|
D | blz1230.c | 231 cache_push(addr, length); in dma_init_write()
|
D | fastlane.c | 255 cache_push(addr, length); in dma_init_write()
|
D | gvp11.c | 139 cache_push (addr, cmd->SCp.this_residual); in dma_setup()
|
D | 53c7xx.c | 1226 cache_push(virt_to_phys((void *)(instance->hostdata[0])), 8192); in ncr53c7xx_init() 3110 cache_push(virt_to_phys(real), 4096); in allocate_cmd() 3528 cache_push(virt_to_phys((void *)vbuf), count); in create_cmd()
|
/linux-2.4.37.9/arch/m68k/mm/ |
D | memory.c | 314 void cache_push (unsigned long paddr, int len) in cache_push() function
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pgtable.h | 641 extern void cache_push(__u32 addr, int length);
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | apus_setup.c | 437 void cache_push(__u32 addr, int length) in cache_push() function
|
/linux-2.4.37.9/drivers/net/ |
D | 82596.c | 1110 cache_push(virt_to_phys(skb->data), length); in i596_start_xmit() 1242 cache_push(virt_to_phys((void *)(dev->mem_start)), 4096); in i82596_probe()
|
/linux-2.4.37.9/drivers/video/ |
D | atafb.c | 2806 cache_push(virt_to_phys(screen_base), screen_len); in atafb_init()
|