Searched refs:Sync (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/sys/sparc64/sparc64/
H A Dzeus.c58 membar(Sync);
64 membar(Sync);
68 membar(Sync);
H A Dcheetah.c69 membar(Sync);
75 membar(Sync);
79 membar(Sync);
96 membar(Sync);
165 * Note that US-IV+ additionally require a membar #Sync before
169 "membar #Sync;"
171 "membar #Sync"
183 "membar #Sync"
H A Dsupport.S530 membar #Sync
532 membar #Sync
543 membar #Sync
545 membar #Sync
556 membar #Sync
558 membar #Sync
597 membar #Sync
640 3: membar #Sync
643 membar #Sync
670 membar #Sync
[all...]
H A Dinterrupt.S79 membar #Sync
174 membar #Sync
H A Dmp_machdep.c594 membar(Sync);
599 * from a SDB internal register before the MEMBAR #Sync
601 * MEMBAR #Sync in order to make sure the write has
604 membar(Sync);
606 membar(Sync);
642 membar(Sync);
645 membar(Sync);
684 membar(Sync);
691 membar(Sync);
742 membar(Sync);
[all...]
H A Dmp_exception.S84 membar #Sync
124 membar #Sync
153 membar #Sync
H A Dmp_locore.S128 membar #Sync
256 membar #Sync
H A Dexception.S512 membar #Sync
524 membar #Sync
535 membar #Sync
889 membar #Sync
1024 membar #Sync
1068 membar #Sync
1090 membar #Sync
1116 membar #Sync
1219 membar #Sync
1234 membar #Sync
[all...]
H A Dswtch.S341 membar #Sync
H A Dbus_machdep.c491 * Actually a #Sync is expensive. We should optimize.
498 membar(Sync);
756 * generic are #Sync and #MemIssue. I'll use #Sync for safety.
762 membar(Sync);
H A Diommu.c1165 membar(Sync);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h447 /// Sync to disk.
454 Sync ();
/freebsd-10-stable/sys/sparc64/include/
H A Dcpufunc.h57 #define Sync CMASK_GEN(C_Sync) macro
226 * membar #Sync. Don't trust the compiler to not insert instructions in
232 __asm __volatile("stxa %0, [%1] %2; membar #Sync" \
/freebsd-10-stable/sys/sparc64/pci/
H A Dofw_pci.c270 membar(Sync);
H A Dschizo.c1064 membar(Sync);
1107 membar(Sync);
H A Dpsycho.c976 membar(Sync);
H A Dfire.c1365 membar(Sync);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h102 Sync, enumerator in enum:llvm::MipsISD::NodeType
H A DMipsISelLowering.cpp146 case MipsISD::Sync: return "MipsISD::Sync";
1848 return DAG.getNode(MipsISD::Sync, DL, MVT::Other, Op.getOperand(0),
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp561 File::Sync () function in class:File

Completed in 122 milliseconds