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

/freebsd-11.0-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-11.0-release/sys/amd64/amd64/
H A Dapic_vector.S48 #define LK lock ; define
50 #define LK define
H A Dcpu_switch.S49 #define LK lock ; define
51 #define LK define
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h161 /// \param LK -- The kind of access (i.e. read or write) that occurred
165 LockKind LK, SourceLocation Loc,
163 handleMutexNotHeld(StringRef Kind, const NamedDecl *D, ProtectedOperationKind POK, Name LockName, LockKind LK, SourceLocation Loc, Name *PossibleMatch = nullptr) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp105 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, argument
107 : CapabilityExpr(CE), LKind(LK), AcquireLoc(Loc), Asserted(Asrt),
128 // Return true if LKind >= LK, where exclusive > shared
129 bool isAtLeast(LockKind LK) { argument
130 return (LKind == LK_Exclusive) || (LK == LK_Shared);
818 LockableFactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc,
820 : FactEntry(CE, LK, Loc, Asrt), Managed(Mng) {}
1505 LockKind LK = getLockKindFromAccessKind(AK);
1548 LK, Loc, &PartMatchName);
1552 LK, Lo
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp963 LegalizeKind LK = getTypeConversion(Context, EltVT); local
967 if (LK.first == TypeExpandInteger)
1648 LegalizeKind LK = getTypeConversion(C, MTy); local
1650 if (LK.first == TypeLegal)
1653 if (LK.first == TypeSplitVector || LK.first == TypeExpandInteger)
1657 if (MTy == LK.second)
1661 MTy = LK.second;
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp523 CodeGenIntrinsic::ModRefKind LK = L->ModRef;
525 if (LK != RK) return (LK > RK);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1605 LockKind LK, SourceLocation Loc,
1628 << LockName << LK);
1658 << LockName << LK);

Completed in 83 milliseconds