Searched refs:flush_cache (Results 1 – 14 of 14) sorted by relevance
55 static inline void flush_cache(void) in flush_cache() function60 #define flush_cache() do { } while(0) macro
31 extern void flush_cache(void);294 flush_cache(); in i810fb_iring_enable()
677 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()678 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_release()679 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_release()680 scb->cmd.flush_cache.reserved = 0; in ips_release()681 scb->cmd.flush_cache.reserved2 = 0; in ips_release()682 scb->cmd.flush_cache.reserved3 = 0; in ips_release()683 scb->cmd.flush_cache.reserved4 = 0; in ips_release()744 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()745 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_halt()746 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_halt()[all …]
1483 static DEVICE_ATTR_WO(flush_cache);
2182 static DEVICE_ATTR_WO(flush_cache);
100 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
96 flush_cache(addr, ei.loadsize); in prep_kernel()
92 extern void flush_cache(void *, unsigned long);
95 void (*flush_cache)(struct fib_rules_ops *ops); member
480 .flush_cache = fib4_rule_flush_cache,
2191 bool flush_cache = false; in inet_set_link_af() local2208 flush_cache = true; in inet_set_link_af()2210 if (flush_cache) in inet_set_link_af()
606 .flush_cache = fib6_rule_flush_cache,
129 if (ops->flush_cache) in flush_route_cache()130 ops->flush_cache(ops); in flush_route_cache()
2393 .flush_cache = _mmc_flush_cache,