Searched refs:flush_cache (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/ppc/boot/chrp/ |
D | misc.S | 38 .global flush_cache 39 flush_cache: label
|
D | main.c | 20 extern void flush_cache(void *, unsigned long); 88 flush_cache(dst, len); in chrpboot()
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | misc.S | 45 .global flush_cache 46 flush_cache: label
|
D | chrpmain.c | 20 extern void flush_cache(void *start, unsigned int len); 81 flush_cache(dst, len); in boot()
|
D | coffmain.c | 24 extern void flush_cache(void *start, unsigned int len); 87 flush_cache(dst, len); in boot()
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | string.S | 210 .global flush_cache 211 flush_cache: label
|
D | zImage.c | 30 void flush_cache(void *, unsigned long); 181 flush_cache((void *)vmlinux.addr, vmlinux.memsize); in start()
|
/linux-2.4.37.9/drivers/scsi/ |
D | ips.c | 712 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release() 713 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_release() 714 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_release() 715 scb->cmd.flush_cache.reserved = 0; in ips_release() 716 scb->cmd.flush_cache.reserved2 = 0; in ips_release() 717 scb->cmd.flush_cache.reserved3 = 0; in ips_release() 718 scb->cmd.flush_cache.reserved4 = 0; in ips_release() 786 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt() 787 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_halt() 788 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_halt() [all …]
|
D | ips.h | 649 IPS_FC_CMD flush_cache; member
|
/linux-2.4.37.9/drivers/char/agp/ |
D | agpgart_be.c | 71 static void flush_cache(void); 80 static inline void flush_cache(void) in flush_cache() function 105 flush_cache(); in ipi_handler() 116 flush_cache(); in smp_flush_cache() 122 #define global_cache_flush flush_cache
|