Home
last modified time | relevance | path

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

12345678

/linux/arch/arm/mach-hisi/
H A DKconfig20 select HAVE_ARM_SCU if SMP
21 select HAVE_ARM_TWD if SMP
30 select HAVE_ARM_SCU if SMP
31 select HAVE_ARM_TWD if SMP
39 select ARM_ERRATA_798181 if SMP
41 select MCPM if SMP
42 select MCPM_QUAD_CLUSTER if SMP
43 select GENERIC_IRQ_EFFECTIVE_AFF_MASK if SMP
51 select HAVE_ARM_SCU if SMP
52 select HAVE_ARM_TWD if SMP
/linux/arch/arm/mach-berlin/
H A DKconfig20 select HAVE_ARM_SCU if SMP
21 select HAVE_ARM_TWD if SMP
37 select HAVE_ARM_SCU if SMP
38 select HAVE_ARM_TWD if SMP
/linux/arch/arm/mach-bcm/
H A DKconfig16 select HAVE_ARM_SCU if SMP
17 select HAVE_ARM_TWD if SMP
55 select ARM_ERRATA_764369 if SMP
72 select ARM_ERRATA_764369 if SMP
98 select ARCH_BCM_MOBILE_SMP if SMP
144 SMP support for the BCM281XX, BCM21664 and BCM23550 SoC families.
145 Provided as an option so SMP support for SoCs of this type
146 can be disabled for an SMP-enabled kernel.
189 select ARM_ERRATA_798181 if SMP
231 select ARM_ERRATA_764369 if SMP
[all …]
/linux/Documentation/translations/zh_CN/core-api/
H A Dgenericirq.rst54SMP的__do_IRQ()超级处理程序中,还需定义一种类型:
56 -  每cpu型(针对CPU SMP
125 - disable_irq_nosync() (SMP only)
127 - synchronize_irq() (SMP only)
276 每个CPU中断只在SMP上可用,该处理程序提供了一个没有锁的简化版本。
350SMP上的锁
/linux/arch/hexagon/
H A DKconfig103 config SMP config
106 Enables SMP support in the kernel. If unsure, say "Y"
109 int "Maximum number of CPUs" if SMP
110 range 2 6 if SMP
111 default "1" if !SMP
112 default "6" if SMP
/linux/Documentation/translations/zh_CN/scsi/
H A Dlibsas.rst393 文件。这是一个二进制的 sysfs 属性文件,它实现了一个 SMP 入口
394 (注意:这并不是一个 SMP 端口),用户空间程序可以通过它发送
395 SMP 请求并接收 SMP 响应。
399 1. 构建要发送的 SMP 帧。其格式和布局在 SAS 规范中有说明。保持
404 2. 以读写模式打开该扩展器的 SMP portal sysfs 文件。
423 SMP portal 的 sysfs 文件名,并输出扩展器的信息,包括路由表内容。
425 SMP portal 赋予了你对扩展器的完全控制权,因此请谨慎操作。
/linux/arch/arm/mach-highbank/
H A DKconfig6 select ARM_ERRATA_764369 if SMP
8 select ARM_ERRATA_798181 if SMP
14 select HAVE_ARM_TWD if SMP
/linux/arch/parisc/
H A DKconfig.debug5 depends on DEBUG_KERNEL && SMP && !DEBUG_SPINLOCK
16 depends on DEBUG_KERNEL && SMP
21 updated consistently on SMP machines at the expense of some
H A DKconfig49 select GENERIC_ARCH_TOPOLOGY if SMP
50 select ARCH_SUPPORTS_SCHED_MC if SMP && PA8X00
51 select GENERIC_CPU_DEVICES if !SMP
77 select GENERIC_IRQ_MIGRATION if SMP
78 select HAVE_UNSTABLE_SCHED_CLOCK if SMP
114 depends on SMP && PREEMPTION
142 depends on SMP
310 config SMP config
321 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
336 default y if SMP
[all …]
/linux/arch/arm/mach-npcm/
H A DKconfig28 select HAVE_ARM_TWD if SMP
29 select HAVE_ARM_SCU if SMP
30 select ARM_ERRATA_764369 if SMP
/linux/arch/arm/mach-ux500/
H A DKconfig9 select ARM_ERRATA_764369 if SMP
15 select HAVE_ARM_SCU if SMP
16 select HAVE_ARM_TWD if SMP
/linux/drivers/scsi/libsas/
H A DKconfig27 bool "Support for SMP interpretation for SAS hosts"
31 Allows sas hosts to receive SMP frames. Selecting this
32 option builds an SMP interpreter into libsas. Say
/linux/kernel/
H A DKconfig.locks229 depends on SMP && ARCH_SUPPORTS_ATOMIC_RMW
233 depends on SMP && ARCH_SUPPORTS_ATOMIC_RMW
244 depends on SMP
254 depends on SMP && !PREEMPT_RT
261 depends on SMP
/linux/Documentation/translations/ko_KR/
H A Dmemory-barriers.txt85 - SMP 배리어 짝맞추기.
420 사용되어야만 함을 알아두세요; "SMP 배리어 짝맞추기" 서브섹션을 참고하세요.
455 합니다; "SMP 배리어 짝맞추기" 서브섹션을 참고하세요.
476 합니다; "SMP 배리어 짝맞추기" 서브섹션을 참고하세요.
564 메모리 배리어를 사용하지 않는다면 ("SMP 배리어 짝맞추기" 서브섹션을
936 SMP 배리어 짝맞추기
1802 TYPE MANDATORY SMP CONDITIONAL
1822 SMP 메모리 배리어들은 유니프로세서로 컴파일된 시스템에서는 컴파일러 배리어로
1827 [!] SMP 시스템에서 공유메모리로의 접근들을 순서 세워야 할 때, SMP 메모리
1831 Mandatory 배리어들은 SMP 시스템에서도 UP 시스템에서도 SMP 효과만 통제하기에는
[all …]
/linux/arch/arm/mach-omap2/
H A DKconfig31 select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
35 select HAVE_ARM_SCU if SMP
36 select HAVE_ARM_TWD if SMP
53 select HAVE_ARM_SCU if SMP
55 select ARM_ERRATA_798181 if SMP
87 select HAVE_ARM_SCU if SMP
90 select ARM_ERRATA_798181 if SMP
/linux/arch/sparc/
H A DKconfig23 select HAVE_ARCH_KGDB if !SMP || SPARC64
56 select ARCH_HAS_CPU_FINALIZE_INIT if !SMP
76 select MMU_GATHER_RCU_TABLE_FREE if SMP
113 select ARCH_SUPPORTS_SCHED_SMT if SMP
114 select ARCH_SUPPORTS_SCHED_MC if SMP
155 config SMP config
172 See also <file:Documentation/admin-guide/lockup-watchdogs.rst> and the SMP-HOWTO
179 depends on SMP
210 depends on SPARC32 && SMP
215 depends on SPARC64 && SMP
[all …]
/linux/arch/arm/mach-actions/
H A DKconfig11 select HAVE_ARM_SCU if SMP
12 select HAVE_ARM_TWD if SMP
/linux/arch/arm/mach-zynq/
H A DKconfig10 select HAVE_ARM_SCU if SMP
11 select HAVE_ARM_TWD if SMP
/linux/arch/arm/mach-tegra/
H A DKconfig10 select HAVE_ARM_SCU if SMP
11 select HAVE_ARM_TWD if SMP
/linux/arch/um/
H A DKconfig89 config SMP config
94 This option enables UML SMP support.
105 That is, SMP support is available both within the kernel and
111 default 1 if !SMP
116 default 1 if !SMP
121 default 1 if !SMP
125 int "Maximum number of CPUs" if SMP
253 depends on !SMP
297 depends on !SMP
/linux/arch/arm/mach-meson/
H A DKconfig12 select HAVE_ARM_SCU if SMP
13 select HAVE_ARM_TWD if SMP
/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h98 # All cores other than the master need to wait here for SMP bootstrap
135 # Jump to the normal Linux SMP entry point
141 # Someone tried to boot SMP with a non SMP kernel. All extra cores
/linux/arch/arm/mach-socfpga/
H A DKconfig12 select HAVE_ARM_TWD if SMP
15 select ARM_ERRATA_764369 if SMP
/linux/drivers/cpuidle/
H A DKconfig.mips10 select GENERIC_CLOCKEVENTS_BROADCAST if SMP
18 also using the CONFIG_MIPS_CPS SMP implementation.
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dtainted-kernels.rst32 Oops: 0002 [#1] SMP PTI
119 CPU不报告PAE,但可能有功能实现,SMP内核在非官方支持的SMP Athlon CPU上

12345678