Searched refs:LK (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dvmx_support.S35 #define LK lock ; define
37 #define LK define
116 LK btsl %eax, PM_ACTIVE(%r11)
188 LK btrl %r10d, PM_ACTIVE(%r11)
231 LK btrl %r10d, PM_ACTIVE(%r11)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h132 /// \param LK -- The kind of access (i.e. read or write) that occurred
136 LockKind LK, SourceLocation Loc,
134 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch=0) argument
/freebsd-10.2-release/sys/amd64/amd64/
H A Dapic_vector.S47 #define LK lock ; define
49 #define LK define
H A Dcpu_switch.S49 #define LK lock ; define
51 #define LK define
77 LK btrl %eax,PM_ACTIVE(%rdx) /* clear old */
150 LK btrl %eax,PM_ACTIVE(%r12) /* clear old */
159 LK btsl %eax,PM_SAVE(%rdx)
165 LK btsl %eax,PM_ACTIVE(%rdx) /* set new */
176 LK btsl %eax,PM_SAVE(%rdx)
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp522 ModRefKind LK = getModRefKind(*L);
524 if (LK != RK) return (LK > RK);
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1321 LegalizeKind LK = getTypeConversion(C, MTy); local
1323 if (LK.first == TypeLegal)
1326 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger)
1330 MTy = LK.second;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp782 bool isAtLeast(LockKind LK) { argument
783 return (LK == LK_Shared) || (LKind == LK_Exclusive);
1812 LockKind LK = getLockKindFromAccessKind(AK); local
1832 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1836 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
1842 if (NoError && LDat && !LDat->isAtLeast(LK))
1843 Analyzer->Handler.handleMutexNotHeld(D, POK, Mutex.toString(), LK,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1401 Name LockName, LockKind LK, SourceLocation Loc,
1417 << D->getNameAsString() << LockName << LK);
1434 << D->getNameAsString() << LockName << LK);
1400 handleMutexNotHeld(const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch) argument
/freebsd-10.2-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1535 LegalizeKind LK = getTypeConversion(Context, EltVT);
1539 if (LK.first == TypeExpandInteger)

Completed in 184 milliseconds