Searched refs:flush_cache (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/i810/
H A Di810_main.h55 static inline void flush_cache(void) flush_cache() function
60 #define flush_cache() do { } while(0) macro
H A Di810_accel.c31 extern void flush_cache(void);
294 flush_cache(); i810fb_iring_enable()
/linux-4.4.14/arch/powerpc/boot/
H A Dstring.S254 * flush_cache(addr, len)
256 .global flush_cache
257 flush_cache: label
H A Dps3.c119 flush_cache((void *)0x100, 512); ps3_copy_vectors()
H A Dmain.c85 flush_cache(addr, ei.loadsize); prep_kernel()
H A Dops.h94 extern void flush_cache(void *, unsigned long);
/linux-4.4.14/include/net/
H A Dfib_rules.h73 void (*flush_cache)(struct fib_rules_ops *ops); member in struct:fib_rules_ops
/linux-4.4.14/net/decnet/
H A Ddn_rules.c232 .flush_cache = dn_fib_rule_flush_cache,
/linux-4.4.14/drivers/scsi/
H A Dips.c679 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; ips_release()
680 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); ips_release()
681 scb->cmd.flush_cache.state = IPS_NORM_STATE; ips_release()
682 scb->cmd.flush_cache.reserved = 0; ips_release()
683 scb->cmd.flush_cache.reserved2 = 0; ips_release()
684 scb->cmd.flush_cache.reserved3 = 0; ips_release()
685 scb->cmd.flush_cache.reserved4 = 0; ips_release()
748 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; ips_halt()
749 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); ips_halt()
750 scb->cmd.flush_cache.state = IPS_NORM_STATE; ips_halt()
751 scb->cmd.flush_cache.reserved = 0; ips_halt()
752 scb->cmd.flush_cache.reserved2 = 0; ips_halt()
753 scb->cmd.flush_cache.reserved3 = 0; ips_halt()
754 scb->cmd.flush_cache.reserved4 = 0; ips_halt()
903 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; __ips_eh_reset()
904 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); __ips_eh_reset()
905 scb->cmd.flush_cache.state = IPS_NORM_STATE; __ips_eh_reset()
906 scb->cmd.flush_cache.reserved = 0; __ips_eh_reset()
907 scb->cmd.flush_cache.reserved2 = 0; __ips_eh_reset()
908 scb->cmd.flush_cache.reserved3 = 0; __ips_eh_reset()
909 scb->cmd.flush_cache.reserved4 = 0; __ips_eh_reset()
4586 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; ips_flush_and_reset()
4587 scb->cmd.flush_cache.command_id = IPS_MAX_CMDS; /* Use an ID that would otherwise not exist */ ips_flush_and_reset()
4588 scb->cmd.flush_cache.state = IPS_NORM_STATE; ips_flush_and_reset()
4589 scb->cmd.flush_cache.reserved = 0; ips_flush_and_reset()
4590 scb->cmd.flush_cache.reserved2 = 0; ips_flush_and_reset()
4591 scb->cmd.flush_cache.reserved3 = 0; ips_flush_and_reset()
4592 scb->cmd.flush_cache.reserved4 = 0; ips_flush_and_reset()
H A Dips.h608 IPS_FC_CMD flush_cache; member in union:__anon9539
/linux-4.4.14/net/ipv4/
H A Dfib_rules.c322 .flush_cache = fib4_rule_flush_cache,
/linux-4.4.14/net/core/
H A Dfib_rules.c94 if (ops->flush_cache) flush_route_cache()
95 ops->flush_cache(ops); flush_route_cache()
/linux-4.4.14/arch/frv/kernel/
H A Dgdb-stub.c1398 int flush_cache = 0; gdbstub() local
1788 flush_cache = 1; gdbstub()
1948 flush_cache = 1; /* soft bkpt by modified memory */ gdbstub()
1976 flush_cache = 1; /* soft bkpt by modified memory */ gdbstub()
2016 if (flush_cache) gdbstub()

Completed in 355 milliseconds