Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/i810/
Di810_main.h55 static inline void flush_cache(void) in flush_cache() function
60 #define flush_cache() do { } while(0) macro
Di810_accel.c31 extern void flush_cache(void);
294 flush_cache(); in i810fb_iring_enable()
/linux-4.1.27/drivers/scsi/
Dips.c683 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
684 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_release()
685 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_release()
686 scb->cmd.flush_cache.reserved = 0; in ips_release()
687 scb->cmd.flush_cache.reserved2 = 0; in ips_release()
688 scb->cmd.flush_cache.reserved3 = 0; in ips_release()
689 scb->cmd.flush_cache.reserved4 = 0; in ips_release()
752 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
753 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_halt()
754 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_halt()
[all …]
Dips.h608 IPS_FC_CMD flush_cache; member
/linux-4.1.27/arch/powerpc/boot/
Dps3.c119 flush_cache((void *)0x100, 512); in ps3_copy_vectors()
Dstring.S256 .global flush_cache
257 flush_cache: label
Dmain.c85 flush_cache(addr, ei.loadsize); in prep_kernel()
Dops.h94 extern void flush_cache(void *, unsigned long);
/linux-4.1.27/include/net/
Dfib_rules.h72 void (*flush_cache)(struct fib_rules_ops *ops); member
/linux-4.1.27/net/decnet/
Ddn_rules.c233 .flush_cache = dn_fib_rule_flush_cache,
/linux-4.1.27/arch/frv/kernel/
Dgdb-stub.c1398 int flush_cache = 0; in gdbstub() local
1788 flush_cache = 1; in gdbstub()
1948 flush_cache = 1; /* soft bkpt by modified memory */ in gdbstub()
1976 flush_cache = 1; /* soft bkpt by modified memory */ in gdbstub()
2016 if (flush_cache) in gdbstub()
/linux-4.1.27/net/ipv4/
Dfib_rules.c322 .flush_cache = fib4_rule_flush_cache,
/linux-4.1.27/net/core/
Dfib_rules.c94 if (ops->flush_cache) in flush_route_cache()
95 ops->flush_cache(ops); in flush_route_cache()