HomeSort by: relevance | last modified time | path
    Searched defs:SYNC (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
lock_stubs.S 43 #define SYNC sync
46 #define SYNC /* nothing */
63 SYNC
91 SYNC
175 SYNC
bus_dma.c 57 #define SYNC __asm volatile("msync" ::: "memory")
59 /* eieio is implemented as sync */
61 #define SYNC /* nothing */
64 #define SYNC __asm volatile("sync" ::: "memory")
604 SYNC; /* is this needed? */
632 __asm volatile("sync");
  /src/sys/arch/mips/mips/
cache_octeon.c 13 #define SYNC __asm volatile("sync")
38 SYNC;
47 SYNC;
57 SYNC;
66 SYNC;
76 SYNC;
86 SYNC;
  /src/common/dist/zlib/
inflate.h 52 SYNC /* looking for synchronization bytes to restart inflate() */
  /src/sys/arch/powerpc/oea/
oea_machdep.c 308 #define SYNC 0x7c0004ac
412 * Sync the changed instructions.
422 * instructions into sync. This differs from the above in
424 * We sync the icache on every instruction found since there are
433 *ip = SYNC;
468 __asm volatile ("sync; mfmsr %0; ori %0,%0,%1; mtmsr %0; isync"
pmap.c 489 #define SYNC() __asm volatile("sync" ::: "memory")
552 SYNC();
563 SYNC();
570 SYNC();
574 SYNC();
753 SYNC();
756 SYNC();
780 SYNC();
801 SYNC();
    [all...]
  /src/sys/arch/sparc64/dev/
ffb.c 77 #define SYNC ffb_ras_wait(sc)
79 #define SYNC
699 SYNC;
731 SYNC;
744 SYNC;
757 SYNC;
800 SYNC;
811 SYNC;
822 SYNC;
1426 * VBE = VBS - vres = (sync pulse - 1) + back porc
    [all...]
  /src/sys/arch/hppa/hppa/
db_disasm.c 629 #define SYNC 0x00, 0x20, 19, 8 /* SYNCHRONIZE DATA CACHE */
1121 { SYNC, 0, "sync", 0 },

Completed in 46 milliseconds