Searched refs:CVMX_SYNC (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-sim-magic.h150 CVMX_SYNC;
162 CVMX_SYNC;
174 CVMX_SYNC;
186 CVMX_SYNC;
H A Dcvmx-helper-errata.c145 CVMX_SYNC;
203 CVMX_SYNC;
234 CVMX_SYNC;
H A Dcvmx-asm.h131 #define CVMX_SYNC asm volatile ("sync" : : :"memory") macro
157 #define CVMX_SYNCS CVMX_SYNC
166 #define CVMX_SYNCS CVMX_SYNC
190 #define CVMX_SYNCS CVMX_SYNC
221 #define CVMX_ICACHE_INVALIDATE { CVMX_SYNC; asm volatile ("synci 0($0)" : : ); } // flush stores, invalidate entire icache
222 #define CVMX_ICACHE_INVALIDATE2 { CVMX_SYNC; asm volatile ("cache 0, 0($0)" : : ); } // flush stores, invalidate entire icache
223 #define CVMX_DCACHE_INVALIDATE { CVMX_SYNC; asm volatile ("cache 9, 0($0)" : : ); } // complete prefetches, invalidate entire dcache
H A Dcvmx-l2c.c390 CVMX_SYNC;
435 CVMX_SYNC;
716 CVMX_SYNC;
780 CVMX_SYNC; /* make sure CVMX_L2C_TADX_TAG is updated */
865 CVMX_SYNC; /* make sure CVMX_L2C_TADX_TAG is updated */
1126 CVMX_SYNC;
1134 CVMX_SYNC;
H A Dcvmx-app-init.c423 CVMX_SYNC;
H A Dcvmx-interrupt.c1181 CVMX_SYNC;

Completed in 96 milliseconds