| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | StackMapPrinter.h | 19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap() argument 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap() 22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap() 25 for (const auto &F : SMP.functions()) in prettyPrintStackMap() 31 W.printNumber("Num Constants", SMP.getNumConstants()); in prettyPrintStackMap() 33 for (const auto &C : SMP.constants()) in prettyPrintStackMap() 37 W.printNumber("Num Records", SMP.getNumRecords()); in prettyPrintStackMap() 38 for (const auto &R : SMP.records()) { in prettyPrintStackMap() 64 << SMP.getConstant(Loc.getConstantIndex()).getValue() << ")"; in prettyPrintStackMap()
|
| /openbsd-src/distrib/notes/amd64/ |
| H A D | hardware | 5 OpenBSD/MACHINE OSREV supports most SMP (Symmetrical MultiProcessor) 6 systems. To support SMP operation, a separate SMP kernel (bsd.mp)
|
| /openbsd-src/distrib/notes/i386/ |
| H A D | hardware | 9 OpenBSD/MACHINE OSREV supports most SMP (Symmetrical MultiProcessor) 10 systems. To support SMP operation, a separate SMP kernel (bsd.mp)
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCContext.cpp | 1013 const SourceMgr *SMP = nullptr; in diagnose() local 1015 SMP = SrcMgr; in diagnose() 1017 SMP = InlineSrcMgr.get(); in diagnose() 1021 DiagHandler(SMD, UseInlineSrcMgr, *SMP, LocInfos); in diagnose() 1033 const SourceMgr *SMP = &SM; in reportCommon() local 1042 SMP = SrcMgr; in reportCommon() 1044 SMP = InlineSrcMgr.get(); in reportCommon() 1051 GetMessage(D, SMP); in reportCommon() 1052 DiagHandler(D, UseInlineSrcMgr, *SMP, LocInfos); in reportCommon() 1057 reportCommon(Loc, [&](SMDiagnostic &D, const SourceMgr *SMP) { in reportError() argument [all …]
|
| /openbsd-src/distrib/notes/sparc64/ |
| H A D | hardware | 92 OpenBSD/MACHINE OSREV supports SMP (Symmetrical MultiProcessor) 93 systems. To support SMP operation, a separate SMP kernel (bsd.mp) is
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/man/ |
| H A D | encoding.pod | 15 SMP plane character:
|
| /openbsd-src/distrib/notes/powerpc64/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/armv7/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/luna88k/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/loongson/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/octeon/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/landisk/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/arm64/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/macppc/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/distrib/notes/riscv64/ |
| H A D | features | 23 dnl define if SMP kernels are provided
|
| /openbsd-src/etc/ |
| H A D | protocols | 127 smp 121 SMP # Simple Message Protocol
|
| /openbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.openbsd | 102 Oct 29 OpenBSD 3.6 released, featuring i386 and amd64 SMP, 2004
|
| /openbsd-src/sys/arch/amd64/conf/ |
| H A D | files.amd64 | 89 #Intel SMP specification 1.4
|
| /openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/ |
| H A D | Changes | 417 (certain platforms or SMP optimizations). 425 (solaris and freebsd) and to be SMP safer.
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2000-11-18-EarlyDesignIdeasResp.txt | 158 2. SMP is becoming much more common, especially in the server space.
|
| /openbsd-src/sys/arch/i386/conf/ |
| H A D | files.i386 | 259 # Intel SMP specification 1.4
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Atomics.rst | 579 compare-and-swap support are uniprocessor (no SMP). This is almost always the 580 case. The only common architecture without that property is SPARC -- SPARCV8 SMP
|
| H A D | WritingAnLLVMPass.rst | 1026 :ref:`interesting enhancements <writing-an-llvm-pass-SMP>` in the future. 1363 .. _writing-an-llvm-pass-SMP: 1380 Despite that, we have kept the LLVM passes SMP ready, and you should too.
|
| /openbsd-src/sys/dev/eisa/ |
| H A D | eisadevs | 203 product ALR A301 Revolution Q-SMP System Board 204 product ALR A311 Revolution Q-2SMP System Board
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | ax_pthread.m4 | 165 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
|