| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| 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()
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_idle.c | 41 #ifdef SMP 56 #ifdef SMP in idle_setup() 64 #ifdef SMP in idle_setup() 67 #ifdef SMP in idle_setup() 85 #ifdef SMP in idle_setup()
|
| D | kern_pmc.c | 151 #ifdef SMP in pmc_cpu_is_active() 169 #ifdef SMP in pmc_cpu_is_present() 179 #ifdef SMP in pmc_cpu_is_primary() 195 #ifdef SMP in pmc_cpu_max() 210 #ifdef SMP in pmc_cpu_max_active()
|
| D | kern_timeout.c | 72 #ifdef SMP 148 #ifdef SMP 186 #ifdef SMP 244 #ifdef SMP in cc_cce_cleanup() 260 #ifdef SMP in cc_cce_migrating() 346 #ifdef SMP 384 #ifdef SMP in start_softclock() 401 #ifdef SMP in start_softclock() 575 #ifdef SMP in callout_lock() 656 #ifdef SMP in softclock_call_cc() [all …]
|
| D | subr_kdb.c | 52 #ifdef SMP 560 #if defined(SMP) && defined(KDB_STOPPEDPCB) in kdb_thr_ctx() 567 #if defined(SMP) && defined(KDB_STOPPEDPCB) in kdb_thr_ctx() 649 #ifdef SMP in kdb_trap() 655 #ifdef SMP in kdb_trap() 669 #ifdef SMP in kdb_trap() 706 #ifdef SMP in kdb_trap()
|
| D | sched_4bsd.c | 80 #ifdef SMP 141 #ifdef SMP 165 #ifdef SMP 184 #ifdef SMP in setup_runqs() 221 #ifdef SMP 680 #ifdef SMP in sched_runnable() 988 #ifdef SMP in sched_switch() 1080 #ifdef SMP in sched_switch() 1107 #ifdef SMP 1229 #ifdef SMP [all …]
|
| /freebsd-12-stable/sys/arm/allwinner/ |
| D | aw_machdep.c | 195 #ifdef SMP 210 #ifdef SMP 225 #ifdef SMP 240 #ifdef SMP 255 #ifdef SMP 270 #ifdef SMP 285 #ifdef SMP
|
| /freebsd-12-stable/sys/amd64/linux/ |
| D | linux_support.s | 79 #ifdef SMP 96 #ifdef SMP 116 #ifdef SMP 137 #ifdef SMP 158 #ifdef SMP 179 #ifdef SMP 200 #ifdef SMP 221 #ifdef SMP
|
| /freebsd-12-stable/sys/amd64/linux32/ |
| D | linux32_support.s | 79 #ifdef SMP 96 #ifdef SMP 116 #ifdef SMP 137 #ifdef SMP 158 #ifdef SMP 179 #ifdef SMP 200 #ifdef SMP 221 #ifdef SMP
|
| /freebsd-12-stable/sys/x86/acpica/ |
| D | acpi_wakeup.c | 67 #ifdef SMP 86 #ifdef SMP 96 #ifdef SMP 121 #ifdef SMP 222 #ifdef SMP in acpi_sleep_machdep() 241 #ifdef SMP in acpi_sleep_machdep() 336 #ifdef SMP in acpi_wakeup_machdep() 342 #ifdef SMP in acpi_wakeup_machdep()
|
| /freebsd-12-stable/sys/x86/xen/ |
| D | xen_apic.c | 66 #ifdef SMP 82 #ifdef SMP 104 #ifdef SMP 113 #ifdef SMP in xen_pv_lapic_create() 175 #ifdef SMP in xen_pv_apic_cpuid() 254 #ifdef SMP 420 #ifdef SMP 433 #ifdef SMP
|
| /freebsd-12-stable/sys/mips/cavium/ |
| D | ciu.c | 96 #ifdef SMP 102 #ifdef SMP 225 #ifdef SMP in ciu_setup_intr() 233 #ifdef SMP in ciu_setup_intr() 237 #if !defined(SMP) in ciu_setup_intr() 273 #ifdef SMP 347 #ifdef SMP 393 #ifdef SMP 472 #ifdef SMP
|
| /freebsd-12-stable/sys/arm/include/ |
| D | cpu-v6.h | 51 #if __ARM_ARCH <= 6 && defined(SMP) && !defined(KLD_MODULE) 52 #error SMP option is not supported on ARMv6 59 #if !defined(SMP) && defined(SMP_ON_UP) 60 #error SMP option must be defined for SMP_ON_UP option 74 #elif defined(SMP) && __ARM_ARCH > 6 152 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 156 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 160 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 170 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 184 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() [all …]
|
| /freebsd-12-stable/sys/x86/include/ |
| D | intr_machdep.h | 127 #ifdef SMP 132 #ifdef SMP 144 #ifdef SMP 150 #ifdef SMP
|
| /freebsd-12-stable/sys/dev/fdt/ |
| D | fdt_arm_platform.c | 48 #if defined(SMP) 75 #if defined(SMP) 101 #if defined(SMP)
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tdmisc.c | 1386 tdssSMPRequestBody = &(tdPTCmndBody->protocol.SMP.SMPBody); in tiCOMPassthroughCmndStart() 1405 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFrameType; in tiCOMPassthroughCmndStart() 1407 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunction; in tiCOMPassthroughCmndStart() 1409 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpFunctionResult; in tiCOMPassthroughCmndStart() 1411 = tiPassthroughCmnd->protocol.SMP.SMPHeader.smpReserved; in tiCOMPassthroughCmndStart() 1413 if (tiPassthroughCmnd->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1421 agSMPFrame->phyId = tiPassthroughCmnd->protocol.SMP.phyID; in tiCOMPassthroughCmndStart() 1473 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1483 switch (tdPTCmndBody->protocol.SMP.SMPFnResult) in tiCOMPassthroughCmndStart() 1520 …MPassthroughCmndStart: unknown SMP function result %d\n", tdPTCmndBody->protocol.SMP.SMPFnResult)); in tiCOMPassthroughCmndStart() [all …]
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | swtch-v6.S | 92 #if defined(SMP) 201 #ifdef SMP 262 #ifdef SMP 388 #ifdef SMP 400 #ifdef SMP 440 #if defined(SMP) && defined(SCHED_ULE)
|
| /freebsd-12-stable/sys/sys/ |
| D | sf_buf.h | 87 #if defined(SMP) && defined(SFBUF_CPUSET) 98 #if defined(SMP) && defined(SFBUF_CPUSET) 151 #if defined(SMP) && defined(SFBUF_CPUSET)
|
| /freebsd-12-stable/sys/i386/i386/ |
| D | perfmon.c | 39 #ifndef SMP 48 #ifndef SMP 55 #ifndef SMP 89 #ifndef SMP in perfmon_init() 242 #ifndef SMP
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | tick.c | 89 #ifdef SMP 98 #ifdef SMP 203 #ifdef SMP in cpu_initclocks() 216 #ifdef SMP in cpu_initclocks() 324 #ifdef SMP
|
| D | swtch.S | 184 #ifdef SMP 205 #if defined(SCHED_ULE) && defined(SMP) 252 #ifdef SMP 264 #ifdef SMP 290 #if defined(SCHED_ULE) && defined(SMP) 309 #if defined(SCHED_ULE) && defined(SMP)
|
| /freebsd-12-stable/sys/arm/mv/ |
| D | mv_armv7_machdep.c | 101 #ifdef SMP 326 #ifdef SMP in mv_a38x_platform_late_init() 346 #if !defined(SMP) in mv_axp_platform_late_init() 458 #ifdef SMP 475 #ifdef SMP
|
| /freebsd-12-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2836.c | 42 #ifdef SMP 49 #ifdef SMP 134 #ifdef SMP 160 #ifdef SMP 330 #ifdef SMP 402 #ifdef SMP in bcm_lintc_intr() 518 #ifdef SMP 697 #ifdef SMP in bcm_lintc_attach() 725 #ifdef SMP
|
| /freebsd-12-stable/sys/powerpc/ps3/ |
| D | platform_ps3.c | 58 #ifdef SMP 68 #ifdef SMP 86 #ifdef SMP 191 #ifdef SMP
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCContext.cpp | 921 const SourceMgr *SMP = nullptr; in diagnose() local 923 SMP = SrcMgr; in diagnose() 925 SMP = InlineSrcMgr.get(); in diagnose() 929 DiagHandler(SMD, UseInlineSrcMgr, *SMP, LocInfos); in diagnose() 941 const SourceMgr *SMP = &SM; in reportCommon() local 950 SMP = SrcMgr; in reportCommon() 952 SMP = InlineSrcMgr.get(); in reportCommon() 959 GetMessage(D, SMP); in reportCommon() 960 DiagHandler(D, UseInlineSrcMgr, *SMP, LocInfos); in reportCommon() 965 reportCommon(Loc, [&](SMDiagnostic &D, const SourceMgr *SMP) { in reportError() argument [all …]
|