Home
last modified time | relevance | path

Searched refs:SMP (Results 76 – 100 of 275) sorted by relevance

1234567891011

/openbmc/linux/arch/x86/xen/
H A DKconfig46 depends on XEN_PV && SMP
58 depends on XEN_PVHVM && SMP
/openbmc/linux/Documentation/scsi/
H A Dlibsas.rst421 implements an SMP portal (Note: this is *NOT* an SMP port),
422 to which user space applications can send SMP requests and
423 receive SMP responses.
427 1. Build the SMP frame you want to send. The format and layout
432 2. Open the expander's SMP portal sysfs file in RW mode.
453 argument, the sysfs file name of the SMP portal to the
457 The SMP portal gives you complete control of the expander,
/openbmc/linux/arch/sh/include/asm/
H A Dfutex.h16 #error SMP not supported on this configuration.
/openbmc/linux/Documentation/devicetree/bindings/arm/hisilicon/controller/
H A Dhip04-bootwrapper.yaml12 description: Bootwrapper boot method (software protocol on SMP)
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Dstable-api-nonsense.rst63 - 有的函数可能根本不会被实现(比如编译的时候没有选择SMP支持
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Djcore,aic.txt9 - reg: Memory region(s) for configuration. For SMP, there should be one
H A Dbrcm,bcm2836-l1-intc.txt4 events, and SMP IPIs. One of the CPUs may receive interrupts for the
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Djcore,pit.txt7 - reg: Memory region(s) for timer/clocksource registers. For SMP,
/openbmc/linux/Documentation/devicetree/bindings/csky/
H A Dpmu.txt5 C-SKY Performance Monitor is designed for ck807/ck810/ck860 SMP soc and
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dstable-api-nonsense.rst66 - 有的函數可能根本不會被實現(比如編譯的時候沒有選擇SMP支持
/openbmc/linux/Documentation/arch/x86/i386/
H A DIO-APIC.rst9 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC',
15 Linux supports all variants of compliant SMP boards, including ones with
20 usually worked around by the kernel. If your MP-compliant SMP board does
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_cmds2 # These commands are executed in kdb_init() context, no SMP, no
/openbmc/linux/kernel/kcsan/
H A D.kunitconfig1 # Note that the KCSAN tests need to run on an SMP setup.
/openbmc/linux/Documentation/devicetree/bindings/arm/mstar/
H A Dmstar,smpctrl.yaml8 title: MStar/SigmaStar Armv7 SoC SMP control registers
/openbmc/linux/arch/powerpc/platforms/powermac/
H A DKconfig26 depends on SMP && PPC32 && PPC_PMAC
/openbmc/linux/Documentation/translations/zh_CN/locking/
H A Dspinlocks.rst29 所以代码 _不_ 需要担心UP还是SMP的问题:自旋锁在两种情况下都能正常工作。
/openbmc/linux/rust/
H A Dbindgen_parameters17 # If SMP is disabled, `arch_spinlock_t` is defined as a ZST which triggers a Rust
/openbmc/linux/arch/x86/
H A DKconfig423 config SMP config
503 depends on SMP
553 depends on SMP
567 depends on SMP
989 default 1 if !SMP
997 default 1 if !SMP
1035 depends on SMP
1045 def_bool y if SMP
1050 depends on SMP
1521 depends on SMP
[all …]
/openbmc/linux/drivers/virt/nitro_enclaves/
H A DKconfig10 depends on (ARM64 || X86) && HOTPLUG_CPU && PCI && SMP
/openbmc/linux/arch/loongarch/
H A DKconfig149 select HAVE_VIRT_CPU_ACCOUNTING_GEN if !SMP
167 select SMP
406 config SMP config
419 See also the SMP-HOWTO available at <http://www.tldp.org/docs.html#howto>.
425 depends on SMP
431 automatically on SMP systems. )
437 depends on SMP
445 select SMP
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/
H A Dpbzip2_1.1.13.bb3 file compressor that uses pthreads and achieves near-linear speedup on SMP \
/openbmc/linux/arch/arm/mach-qcom/
H A DKconfig8 select QCOM_SCM if SMP
/openbmc/linux/arch/powerpc/platforms/
H A DKconfig.cputype552 # Allow platforms to force SMP=y by selecting this
554 select SMP
556 config SMP config
564 support SMP machines with 603/603e/603ev or PPC750 ("G3") processors
577 int "Maximum number of CPUs (2-8192)" if SMP
578 range 2 8192 if SMP
579 default "1" if !SMP
/openbmc/linux/arch/arm/
H A DKconfig683 depends on CPU_V7 && SMP
699 depends on CPU_V7 && SMP
717 depends on CPU_V7 && SMP
782 depends on CPU_V7 && SMP
805 depends on CPU_V7 && SMP
840 depends on CPU_V7 && SMP
973 config SMP config
998 depends on SMP && MMU
1001 SMP kernels contain instructions which fail on non-SMP processors.
1144 depends on SMP
[all …]
/openbmc/linux/Documentation/locking/
H A Dpreempt-locking.rst13 those under SMP: concurrency and reentrancy. Thankfully, the Linux preemptible
14 kernel model leverages existing SMP locking mechanisms. Thus, the kernel
32 First, since the data is per-CPU, it may not have explicit SMP locking, but

1234567891011