Searched refs:CSYNC (Results 1 - 29 of 29) sorted by relevance

/linux-4.4.14/arch/blackfin/include/asm/
H A Dblackfin.h34 /* CSYNC implementation for C file */ CSYNC()
35 static inline void CSYNC(void) CSYNC() function
59 /* SSYNC & CSYNC implementations for assembly files */
62 #define csync(x) CSYNC(x)
71 #define CSYNC(scratch) \ macro
74 CSYNC; \
79 #define CSYNC(scratch) CSYNC; macro
H A Dcplb.h114 /* CSYNC to ensure load store ordering */ _disable_cplb()
122 CSYNC(); disable_cplb()
134 /* CSYNC to ensure load store ordering */ _enable_cplb()
142 CSYNC(); enable_cplb()
H A Dentry.h135 CSYNC; \
164 CSYNC; \
H A Dipipe.h165 CSYNC(); \
/linux-4.4.14/arch/blackfin/kernel/
H A Dtime-ts.c249 CSYNC(); bfin_coretmr_set_next_event()
251 CSYNC(); bfin_coretmr_set_next_event()
261 CSYNC(); bfin_coretmr_set_periodic()
265 CSYNC(); bfin_coretmr_set_periodic()
273 CSYNC(); bfin_coretmr_set_oneshot()
283 CSYNC(); bfin_coretmr_shutdown()
291 CSYNC(); bfin_coretmr_init()
298 CSYNC(); bfin_coretmr_init()
H A Dtime.c54 CSYNC(); setup_core_timer()
64 CSYNC(); setup_core_timer()
H A Dkgdb.c317 CSYNC(); bfin_correct_hw_break()
320 CSYNC(); bfin_correct_hw_break()
329 CSYNC(); bfin_disable_hw_debug()
H A Dirqchip.c79 CSYNC(); maybe_lower_to_irq14()
H A Dearly_printk.c190 CSYNC(); init_early_exception_vectors()
H A Dperf_event.c40 * 0x0C o CSYNC/SSYNC insn
54 * 0x0A s CSYNC/SSYNC stalls
H A Dtraps.c59 CSYNC(); trap_init()
61 CSYNC(); trap_init()
H A Dtrace.c294 pr_cont("CSYNC"); decode_ProgCtrl_0()
H A Ddebug-mmrs.c106 DEFINE_SYSREG(syscfg, , CSYNC());
/linux-4.4.14/arch/blackfin/mach-bf561/
H A Dcoreb.c46 CSYNC(); coreb_ioctl()
H A Datomic.S53 CSYNC(r2);
81 CSYNC(r2);
697 CSYNC(r2);
921 CSYNC(r2);
H A Dsecondary.S62 CSYNC;
/linux-4.4.14/arch/blackfin/mach-common/
H A Dcache-c.c49 CSYNC(); bfin_cache_init()
H A Dsmp.c267 CSYNC(); setup_secondary()
269 CSYNC(); setup_secondary()
271 CSYNC(); setup_secondary()
H A Dints-priority.c961 CSYNC(); init_exception_vectors()
1073 CSYNC(); init_arch_irq()
1075 CSYNC(); init_arch_irq()
1077 CSYNC(); init_arch_irq()
1193 CSYNC(); init_arch_irq()
1195 CSYNC(); init_arch_irq()
1197 CSYNC(); init_arch_irq()
H A Dhead.S71 CSYNC;
H A Dpm.c125 CSYNC(); flushinv_all_dcache()
H A Dentry.S372 CSYNC; /* Disabling of CPLBs should be proceeded by a CSYNC */
380 CSYNC; /* Disabling of CPLBs should be proceeded by a CSYNC */
1199 CSYNC; /* Disabling of CPLBs should be proceeded by a CSYNC */
1207 CSYNC; /* Disabling of CPLBs should be proceeded by a CSYNC */
/linux-4.4.14/arch/blackfin/mach-bf609/
H A Ddpm.S100 CSYNC;
/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
H A Danomaly.h48 /* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
76 /* CSYNC/SSYNC/IDLE Causes Infinite Stall in Penultimate Instruction in Hardware Loop */
116 /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
H A Danomaly.h94 /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
156 /* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
/linux-4.4.14/arch/blackfin/mach-bf533/include/mach/
H A Danomaly.h108 /* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
134 /* CSYNC/SSYNC/IDLE Causes Infinite Stall in Penultimate Instruction in Hardware Loop */
176 /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
248 /* The IFLUSH Instruction Must Be Preceded by a CSYNC Instruction */
252 /* PREFETCH, FLUSH, and FLUSHINV Instructions Must Be Followed by a CSYNC Instruction */
/linux-4.4.14/arch/blackfin/mach-bf561/include/mach/
H A Danomaly.h116 /* If I-Cache Is On, CSYNC/SSYNC/IDLE Around Change of Control Causes Failures */
146 /* CSYNC/SSYNC/IDLE Causes Infinite Stall in Penultimate Instruction in Hardware Loop */
192 /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
/linux-4.4.14/arch/blackfin/mach-bf548/include/mach/
H A Danomaly.h168 /* Errors when SSYNC, CSYNC, or Loads to LT, LB and LC Registers Are Interrupted */
/linux-4.4.14/scripts/
H A Dcheckpatch.pl2940 ERROR("CSYNC",
2941 "use the CSYNC() macro in asm/blackfin.h\n" . $herevet);

Completed in 537 milliseconds