Home
last modified time | relevance | path

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

12345

/external/llvm/tools/llvm-readobj/
DStackMapPrinter.h19 void prettyPrintStackMap(OStreamT &OS, const StackMapParserT &SMP) { in prettyPrintStackMap() argument
21 OS << "LLVM StackMap Version: " << SMP.getVersion() in prettyPrintStackMap()
22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
25 for (const auto &F : SMP.functions()) in prettyPrintStackMap()
30 OS << "\nNum Constants: " << SMP.getNumConstants(); in prettyPrintStackMap()
32 for (const auto &C : SMP.constants()) in prettyPrintStackMap()
36 OS << "\nNum Records: " << SMP.getNumRecords(); in prettyPrintStackMap()
37 for (const auto &R : SMP.records()) { in prettyPrintStackMap()
62 << SMP.getConstant(Loc.getConstantIndex()).getValue() << ")"; in prettyPrintStackMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DStackMapPrinter.h20 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap() argument
22 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap()
23 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap()
26 for (const auto &F : SMP.functions()) in prettyPrintStackMap()
32 W.printNumber("Num Constants", SMP.getNumConstants()); in prettyPrintStackMap()
34 for (const auto &C : SMP.constants()) in prettyPrintStackMap()
38 W.printNumber("Num Records", SMP.getNumRecords()); in prettyPrintStackMap()
39 for (const auto &R : SMP.records()) { in prettyPrintStackMap()
66 << SMP.getConstant(Loc.getConstantIndex()).getValue() << ")\n"; in prettyPrintStackMap()
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/
Dpa_memorybarrier.h93 # warning For SMP safety, you should fix this.
98 …d on this system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be …
120 # warning For SMP safety, you should fix this.
125 …d on this system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be …
/external/syzkaller/pkg/report/testdata/linux/report/
D1031 TITLE: divide error: 0000 [#1] SMP KASAN
5 [ 89.668217] divide error: 0000 [#1] SMP KASAN
D122 START: [ 1021.364461] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
7 [ 1021.364461] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
D436 [ 1722.511384] invalid opcode: 0000 [#1] SMP
D1006 [ 1722.511384] general protection fault: 0000 [#1] SMP KASAN
D494 [ 616.309156] divide error: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
D10111 [ 153.640483] Oops: 0011 [#1] SMP KASAN
D135 [ 1722.510515] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
D458 [ 167.371618] Internal error: Oops: 96000044 [#1] PREEMPT SMP
D08 [ 772.919010] Oops: 0002 [#1] SMP DEBUG_PAGEALLOC KASAN
D504 [ 1722.511384] divide error: 0000 [#1] SMP KASAN
D144 [ 1722.511384] general protection fault: 0000 [#1] SMP KASAN
D445 [ 34.527367] invalid opcode: 0000 [#1] SMP KASAN
D11210 [ 190.154802] Oops: 0010 [#1] SMP KASAN
D2387 Internal error: Oops: 8000000d [#1] SMP ARM
D2476 [ 61.890919] Oops: 0010 [#1] SMP DEBUG_PAGEALLOC
/external/kmod/testsuite/rootfs-pristine/test-modinfo/
Dcorrect.txt9 vermagic: 3.7.0 SMP mod_unload
21 vermagic: 3.7.0 SMP mod_unload
/external/autotest/client/tests/tsc/
Dcontrol9 between pairs of CPUs on an SMP system using a technique borrowed
/external/tcpdump/tests/
Dlldp_mudurl-v.out9 Ubuntu 14.04.5 LTS Linux 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:45:13 UTC 2016 i686
40 Ubuntu 14.04.5 LTS Linux 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:45:13 UTC 2016 i686
Dlldp_mudurl-vv.out14 Ubuntu 14.04.5 LTS Linux 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:45:13 UTC 2016 i686
67 Ubuntu 14.04.5 LTS Linux 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:45:13 UTC 2016 i686
/external/autotest/client/tests/tsc/src/
DREADME2 between pairs of CPUs on an SMP system using a technique borrowed
/external/syzkaller/pkg/report/testdata/linux/guilty/
D187 Oops: 0000 [#1] SMP KASAN
/external/u-boot/arch/arm/include/asm/
Datomic.h20 #error SMP not supported

12345