Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp906 const SourceMgr *SMP = nullptr; in diagnose() local
908 SMP = SrcMgr; in diagnose()
910 SMP = InlineSrcMgr.get(); in diagnose()
914 DiagHandler(SMD, UseInlineSrcMgr, *SMP, LocInfos); in diagnose()
926 const SourceMgr *SMP = &SM; in reportCommon() local
935 SMP = SrcMgr; in reportCommon()
937 SMP = InlineSrcMgr.get(); in reportCommon()
944 GetMessage(D, SMP); in reportCommon()
945 DiagHandler(D, UseInlineSrcMgr, *SMP, LocInfos); in reportCommon()
950 reportCommon(Loc, [&](SMDiagnostic &D, const SourceMgr *SMP) { in reportError() argument
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A DBUGS60 SMP & GDB:
62 GDB doesn't understand SMP!
83 When SMP==0, everything would have PSTRUCT passed. In SMP mode,
H A DREADME96 SMP
98 The PowerPC ISA defines SMP synchronizing instructions.
103 sub-set (eg P() and V()) are able to run on the SMP
278 o SMP
281 SMP platforms with out the large overhead
H A DINSTALL506 having PSIM configured with SMP support. Specifying:
511 will eliminate any SMP such as:
/netbsd-src/share/i18n/csmapper/
H A Dmapper.dir.src4 UCS:SMP/UCS mapper_zone 0x0000-0xFFFF:+0x010000
5 UCS/UCS:SMP mapper_zone 0x010000-0x01FFFF:-0x010000
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/
H A DREADME96 SMP
98 The PowerPC ISA defines SMP synchronizing instructions.
103 sub-set (eg P() and V()) are able to run on the SMP
278 o SMP
281 SMP platforms with out the large overhead
/netbsd-src/sys/arch/bebox/conf/
H A DGENERIC.MP5 # SMP options
/netbsd-src/doc/roadmaps/
H A Dnetworking107 8. net SMP work (Layer 3 and below)
117 9. net SMP work (rest)
H A Dsystem85 cache thrashing, and thus improve overall performance in modern SMP
/netbsd-src/sys/arch/ofppc/conf/
H A DGENERIC.MP23 # SMP options
/netbsd-src/sys/arch/sbmips/
H A DTODO23 * SMP
/netbsd-src/sys/arch/evbmips/sbmips/
H A DTODO23 * SMP
/netbsd-src/sys/arch/x86/conf/
H A Dfiles.x86133 # MP configuration using Intel SMP specification 1.4
136 # MP configuration using either ACPI or Intel SMP specification 1.4
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc_asm_pj4b.S95 orr r0, r0, #(PJ4B_AUXFMC0_SMPNAMP) @ enable SMP/nAMP
/netbsd-src/external/bsd/iscsi/dist/doc/
H A DREADME_OSD6 1. Build kernel version 2.4 w/ SMP mode disabled and make sure the
H A DREADME16 with UP and SMP configurations.
/netbsd-src/distrib/common/
H A Dprotocols119 smp 121 SMP
/netbsd-src/sys/arch/ia64/
H A DTODO59 - SMP
/netbsd-src/sys/arch/sparc/sparc/
H A Dbsd_fdintr.s312 ! SMP: consider which CPU to ping?
/netbsd-src/external/bsd/libevent/dist/m4/
H A Dacx_pthread.m4134 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Daudio416 # Track Length (TRL), Tracks (TRK), Samples (SMP), Subsongs (SS)
423 >12 ubyte x SMP: %u
434 >12 ubyte x SMP: %u
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/
H A Dindex.d248 $(TD High level primitives for SMP parallelism.)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeasResp.txt158 2. SMP is becoming much more common, especially in the server space.
/netbsd-src/external/bsd/unbound/dist/
H A Dax_pthread.m4135 # -kthread: FreeBSD kernel threads (preferred to -pthread since SMP-able)

123