Home
last modified time | relevance | path

Searched refs:flush_cache (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/ppc/boot/chrp/
Dmisc.S38 .global flush_cache
39 flush_cache: label
Dmain.c20 extern void flush_cache(void *, unsigned long);
88 flush_cache(dst, len); in chrpboot()
/linux-2.4.37.9/arch/ppc/boot/pmac/
Dmisc.S45 .global flush_cache
46 flush_cache: label
Dchrpmain.c20 extern void flush_cache(void *start, unsigned int len);
81 flush_cache(dst, len); in boot()
Dcoffmain.c24 extern void flush_cache(void *start, unsigned int len);
87 flush_cache(dst, len); in boot()
/linux-2.4.37.9/arch/ppc64/boot/
Dstring.S210 .global flush_cache
211 flush_cache: label
DzImage.c30 void flush_cache(void *, unsigned long);
181 flush_cache((void *)vmlinux.addr, vmlinux.memsize); in start()
/linux-2.4.37.9/drivers/scsi/
Dips.c712 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 …]
Dips.h649 IPS_FC_CMD flush_cache; member
/linux-2.4.37.9/drivers/char/agp/
Dagpgart_be.c71 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