Home
last modified time | relevance | path

Searched refs:SMP (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h19 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 Dhardware5 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 Dhardware9 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 DMCContext.cpp1013 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 Dhardware92 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 Dencoding.pod15 SMP plane character: ��
/openbsd-src/distrib/notes/powerpc64/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/armv7/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/luna88k/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/loongson/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/octeon/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/landisk/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/arm64/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/macppc/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/distrib/notes/riscv64/
H A Dfeatures23 dnl define if SMP kernels are provided
/openbsd-src/etc/
H A Dprotocols127 smp 121 SMP # Simple Message Protocol
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.openbsd102 Oct 29 OpenBSD 3.6 released, featuring i386 and amd64 SMP, 2004
/openbsd-src/sys/arch/amd64/conf/
H A Dfiles.amd6489 #Intel SMP specification 1.4
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/
H A DChanges417 (certain platforms or SMP optimizations).
425 (solaris and freebsd) and to be SMP safer.
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeasResp.txt158 2. SMP is becoming much more common, especially in the server space.
/openbsd-src/sys/arch/i386/conf/
H A Dfiles.i386259 # Intel SMP specification 1.4
/openbsd-src/gnu/llvm/llvm/docs/
H A DAtomics.rst579 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 DWritingAnLLVMPass.rst1026 :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 Deisadevs203 product ALR A301 Revolution Q-SMP System Board
204 product ALR A311 Revolution Q-2SMP System Board
/openbsd-src/usr.sbin/unbound/
H A Dax_pthread.m4165 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)

12