| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A 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-14.2/sys/kern/ |
| H A D | kern_idle.c | 39 #ifdef SMP 54 #ifdef SMP in idle_setup() 62 #ifdef SMP in idle_setup() 65 #ifdef SMP in idle_setup() 83 #ifdef SMP in idle_setup()
|
| H A D | kern_pmc.c | 150 #ifdef SMP in pmc_cpu_is_active() 168 #ifdef SMP in pmc_cpu_is_present() 178 #ifdef SMP in pmc_cpu_is_primary() 193 #ifdef SMP in pmc_cpu_max() 208 #ifdef SMP in pmc_cpu_max_active()
|
| H A D | sched_4bsd.c | 78 #ifdef SMP 139 #ifdef SMP 163 #ifdef SMP 182 #ifdef SMP in setup_runqs() 221 #ifdef SMP 689 #ifdef SMP in sched_runnable() 1032 #ifdef SMP in sched_switch() 1123 #ifdef SMP in sched_switch() 1160 #ifdef SMP 1283 #ifdef SMP [all …]
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | aw_machdep.c | 193 #ifdef SMP 208 #ifdef SMP 223 #ifdef SMP 238 #ifdef SMP 253 #ifdef SMP 268 #ifdef SMP 283 #ifdef SMP
|
| /freebsd-14.2/sys/i386/acpica/ |
| H A D | acpi_wakeup.c | 61 #ifdef SMP 80 #ifdef SMP 89 #ifdef SMP 110 #ifdef SMP 199 #ifdef SMP in acpi_sleep_machdep() 214 #ifdef SMP in acpi_sleep_machdep() 291 #ifdef SMP in acpi_wakeup_machdep() 297 #ifdef SMP in acpi_wakeup_machdep()
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_support.S | 77 #ifdef SMP 94 #ifdef SMP 114 #ifdef SMP 135 #ifdef SMP 156 #ifdef SMP 177 #ifdef SMP 198 #ifdef SMP 219 #ifdef SMP
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_support.S | 77 #ifdef SMP 94 #ifdef SMP 114 #ifdef SMP 135 #ifdef SMP 156 #ifdef SMP 177 #ifdef SMP 198 #ifdef SMP 219 #ifdef SMP
|
| /freebsd-14.2/sys/dev/fdt/ |
| H A D | fdt_arm_platform.c | 46 #if defined(SMP) 73 #if defined(SMP) 99 #if defined(SMP)
|
| /freebsd-14.2/sys/amd64/acpica/ |
| H A D | acpi_wakeup.c | 58 #ifdef SMP 77 #ifdef SMP 86 #ifdef SMP 107 #ifdef SMP 194 #ifdef SMP in acpi_sleep_machdep() 209 #ifdef SMP in acpi_sleep_machdep() 279 #ifdef SMP in acpi_wakeup_machdep() 285 #ifdef SMP in acpi_wakeup_machdep()
|
| /freebsd-14.2/sys/arm/include/ |
| H A D | cpu.h | 48 #if __ARM_ARCH <= 6 && defined(SMP) && !defined(KLD_MODULE) 49 #error SMP option is not supported on ARMv6 56 #if !defined(SMP) && defined(SMP_ON_UP) 57 #error SMP option must be defined for SMP_ON_UP option 71 #elif defined(SMP) && __ARM_ARCH > 6 149 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 153 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 157 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 167 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() 181 #if __ARM_ARCH >= 7 && defined(SMP) in _WF0() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | csky,mpintc.txt | 6 SMP soc, and it also could be used in non-SMP system. 23 Description: Describes SMP interrupt controller
|
| /freebsd-14.2/sys/sys/ |
| H A D | sf_buf.h | 85 #if defined(SMP) && defined(SFBUF_CPUSET) 96 #if defined(SMP) && defined(SFBUF_CPUSET) 149 #if defined(SMP) && defined(SFBUF_CPUSET)
|
| H A D | intr.h | 104 #ifdef SMP 147 #ifdef SMP 156 #ifdef SMP
|
| /freebsd-14.2/sys/arm/broadcom/bcm2835/ |
| H A 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 653 #ifdef SMP in bcm_lintc_pic_attach() 707 #ifdef SMP in bcm_lintc_attach() 735 #ifdef SMP
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | swtch-v6.S | 89 #if defined(SMP) 198 #ifdef SMP 259 #ifdef SMP 383 #ifdef SMP 395 #ifdef SMP 435 #if defined(SMP) && defined(SCHED_ULE)
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | perfmon.c | 37 #ifndef SMP 46 #ifndef SMP 53 #ifndef SMP 87 #ifndef SMP in perfmon_init() 239 #ifndef SMP
|
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdmisc.c | 1472 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1482 switch (tdPTCmndBody->protocol.SMP.SMPFnResult) in tiCOMPassthroughCmndStart() 1526 switch (tdPTCmndBody->protocol.SMP.SMPFn) in tiCOMPassthroughCmndStart() 1530 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1542 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1554 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1566 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1578 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1590 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() 1602 if (tdPTCmndBody->protocol.SMP.IT == SMP_INITIATOR) in tiCOMPassthroughCmndStart() [all …]
|
| /freebsd-14.2/sys/x86/include/ |
| H A D | intr_machdep.h | 121 #ifdef SMP 126 #ifdef SMP 138 #ifdef SMP
|
| /freebsd-14.2/sys/arm/mv/ |
| H A D | mv_armv7_machdep.c | 99 #ifdef SMP 323 #ifdef SMP in mv_a38x_platform_late_init() 343 #if !defined(SMP) in mv_axp_platform_late_init() 455 #ifdef SMP 472 #ifdef SMP
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | platform_ps3.c | 56 #ifdef SMP 66 #ifdef SMP 84 #ifdef SMP 189 #ifdef SMP
|
| /freebsd-14.2/sys/x86/x86/ |
| H A D | stack_machdep.c | 64 #ifdef SMP 93 #ifdef SMP 133 #ifdef SMP in stack_save_td()
|
| /freebsd-14.2/share/i18n/csmapper/ |
| H A D | mapper.dir.src | 4 UCS:SMP/UCS mapper_zone 0x0000-0xFFFF:+0x010000 5 UCS/UCS:SMP mapper_zone 0x010000-0x01FFFF:-0x010000
|
| /freebsd-14.2/sys/arm/altera/socfpga/ |
| H A D | socfpga_machdep.c | 154 #ifdef SMP 167 #ifdef SMP
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 1022 const SourceMgr *SMP = nullptr; in diagnose() local 1024 SMP = SrcMgr; in diagnose() 1026 SMP = InlineSrcMgr.get(); in diagnose() 1030 DiagHandler(SMD, UseInlineSrcMgr, *SMP, LocInfos); in diagnose() 1042 const SourceMgr *SMP = &SM; in reportCommon() local 1051 SMP = SrcMgr; in reportCommon() 1053 SMP = InlineSrcMgr.get(); in reportCommon() 1060 GetMessage(D, SMP); in reportCommon() 1061 DiagHandler(D, UseInlineSrcMgr, *SMP, LocInfos); in reportCommon() 1067 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError() [all …]
|