Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dcpu.c62 bool bringup; member
84 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
86 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
89 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
91 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
95 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
96 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
143 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback() argument
155 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()
163 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/sram/
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-v4.19/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-v4.19/Documentation/devicetree/bindings/arm/sunxi/
Dsmp-sram.txt1 Allwinner SRAM for smp bringup:
/Linux-v4.19/security/smack/
DKconfig24 of access initially with the bringup mode set on the
/Linux-v4.19/Documentation/x86/
Dpti.txt160 * Crashes in early boot, especially around CPU bringup. Bugs
/Linux-v4.19/Documentation/admin-guide/LSM/
DSmack.rst845 configuration and system bringup easier. Configure the kernel with
846 CONFIG_SECURITY_SMACK_BRINGUP to enable these features. When bringup
852 Another feature of bringup mode is the "unconfined" option. Writing
/Linux-v4.19/arch/xtensa/
DKconfig557 during board bringup.