Searched refs:SMP (Results 1 – 25 of 122) sorted by relevance
12345
/external/llvm/tools/llvm-readobj/ |
D | StackMapPrinter.h | 19 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/ |
D | StackMapPrinter.h | 20 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/ |
D | pa_memorybarrier.h | 93 # 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/ |
D | 103 | 1 TITLE: divide error: 0000 [#1] SMP KASAN 5 [ 89.668217] divide error: 0000 [#1] SMP KASAN
|
D | 12 | 2 START: [ 1021.364461] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN 7 [ 1021.364461] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
|
D | 43 | 6 [ 1722.511384] invalid opcode: 0000 [#1] SMP
|
D | 100 | 6 [ 1722.511384] general protection fault: 0000 [#1] SMP KASAN
|
D | 49 | 4 [ 616.309156] divide error: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
|
D | 101 | 11 [ 153.640483] Oops: 0011 [#1] SMP KASAN
|
D | 13 | 5 [ 1722.510515] general protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
|
D | 45 | 8 [ 167.371618] Internal error: Oops: 96000044 [#1] PREEMPT SMP
|
D | 0 | 8 [ 772.919010] Oops: 0002 [#1] SMP DEBUG_PAGEALLOC KASAN
|
D | 50 | 4 [ 1722.511384] divide error: 0000 [#1] SMP KASAN
|
D | 14 | 4 [ 1722.511384] general protection fault: 0000 [#1] SMP KASAN
|
D | 44 | 5 [ 34.527367] invalid opcode: 0000 [#1] SMP KASAN
|
D | 112 | 10 [ 190.154802] Oops: 0010 [#1] SMP KASAN
|
D | 238 | 7 Internal error: Oops: 8000000d [#1] SMP ARM
|
D | 247 | 6 [ 61.890919] Oops: 0010 [#1] SMP DEBUG_PAGEALLOC
|
/external/kmod/testsuite/rootfs-pristine/test-modinfo/ |
D | correct.txt | 9 vermagic: 3.7.0 SMP mod_unload 21 vermagic: 3.7.0 SMP mod_unload
|
/external/autotest/client/tests/tsc/ |
D | control | 9 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/tcpdump/tests/ |
D | lldp_mudurl-v.out | 9 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
|
D | lldp_mudurl-vv.out | 14 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/ |
D | README | 2 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/syzkaller/pkg/report/testdata/linux/guilty/ |
D | 18 | 7 Oops: 0000 [#1] SMP KASAN
|
/external/u-boot/arch/arm/include/asm/ |
D | atomic.h | 20 #error SMP not supported
|
12345