Home
last modified time | relevance | path

Searched refs:bringup (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/kernel/
Dcpu.c64 bool bringup; member
89 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
91 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
94 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
96 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
100 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
101 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
148 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback() argument
160 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
168 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/sram/
Dmilbeaut-smp-sram.txt1 Milbeaut SRAM for smp bringup
3 Milbeaut SoCs use a part of the sram for the bringup of the secondary cores.
Drockchip-smp-sram.txt1 Rockchip SRAM for smp bringup:
4 Rockchip's smp-capable SoCs use the first part of the sram for the bringup
Dsamsung-sram.txt1 Samsung Exynos SYSRAM for SMP bringup:
4 Samsung SMP-capable Exynos SoCs use part of the SYSRAM for the bringup
Drenesas,smp-sram.txt4 for secondary CPU bringup and CPU hotplug.
/Linux-v5.4/Documentation/devicetree/bindings/arm/amlogic/
Dsmp-sram.txt1 Amlogic Meson8 and Meson8b SRAM for smp bringup:
4 Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
/Linux-v5.4/Documentation/devicetree/bindings/arm/sunxi/
Dsmp-sram.txt1 Allwinner SRAM for smp bringup:
/Linux-v5.4/security/smack/
DKconfig25 of access initially with the bringup mode set on the
/Linux-v5.4/Documentation/x86/
Dpti.rst169 * Crashes in early boot, especially around CPU bringup. Bugs
/Linux-v5.4/Documentation/admin-guide/LSM/
DSmack.rst849 configuration and system bringup easier. Configure the kernel with
850 CONFIG_SECURITY_SMACK_BRINGUP to enable these features. When bringup
856 Another feature of bringup mode is the "unconfined" option. Writing
/Linux-v5.4/arch/xtensa/
DKconfig599 during board bringup.