Home
last modified time | relevance | path

Searched full:bringup (Results 1 – 25 of 151) sorted by relevance

1234567

/kernel/linux/linux-4.19/kernel/
Dcpu.c49 * @bringup: Single callback bringup or teardown selector
64 bool bringup; member
86 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
88 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
91 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
93 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
97 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
98 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
107 * @cant_stop: Bringup/teardown can't be stopped at this step
138 * @bringup: True if the bringup callback should be invoked
[all …]
/kernel/linux/linux-5.10/kernel/
Dcpu.c51 * @bringup: Single callback bringup or teardown selector
66 bool bringup; member
91 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
93 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
96 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
98 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
102 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
103 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
112 * @cant_stop: Bringup/teardown can't be stopped at this step
143 * @bringup: True if the bringup callback should be invoked
[all …]
/kernel/linux/linux-4.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.
/kernel/linux/linux-4.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.
/kernel/linux/linux-5.10/arch/arm/mach-keystone/
Dplatsmp.c34 pr_err("CPU %d bringup failed with %d\n", cpu, error); in keystone_smp_boot_secondary()
/kernel/linux/linux-4.19/arch/arm/mach-keystone/
Dplatsmp.c37 pr_err("CPU %d bringup failed with %d\n", cpu, error); in keystone_smp_boot_secondary()
/kernel/linux/linux-4.19/security/smack/
DKconfig24 of access initially with the bringup mode set on the
/kernel/linux/linux-5.10/security/smack/
DKconfig25 of access initially with the bringup mode set on the
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/sunxi/
Dsmp-sram.txt1 Allwinner SRAM for smp bringup:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sram/
Dsram.yaml165 // Samsung SMP-capable Exynos SoCs use part of the SYSRAM for the bringup
191 // Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
Dcvmx-helper-sgmii.c300 * follows the bringup documented in 10.6.3 of the manual.
302 * @interface: Interface to bringup
358 * Bringup and enable a SGMII interface. After this call packet
/kernel/linux/linux-4.19/arch/mips/include/asm/octeon/
Dcvmx-helper-loop.h50 * Bringup and enable a LOOP interface. After this call packet
Dcvmx-helper-npi.h51 * Bringup and enable a NPI interface. After this call packet
Dcvmx-helper-spi.h48 * Bringup and enable a SPI interface. After this call packet I/O
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-helper-loop.h50 * Bringup and enable a LOOP interface. After this call packet
Dcvmx-helper-npi.h51 * Bringup and enable a NPI interface. After this call packet
Dcvmx-helper-spi.h48 * Bringup and enable a SPI interface. After this call packet I/O
Dcvmx-helper-xaui.h51 * Bringup and enable a XAUI interface. After this call packet
Dcvmx-helper-sgmii.h51 * Bringup and enable a SGMII interface. After this call packet
/kernel/linux/linux-5.10/arch/arm/common/
Dmcpm_platsmp.c8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/kernel/linux/linux-4.19/arch/arm/common/
Dmcpm_platsmp.c11 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpreempt.h122 /* Deferred to CPU bringup time */
/kernel/linux/linux-4.19/arch/mips/cavium-octeon/executive/
Dcvmx-helper-sgmii.c300 * follows the bringup documented in 10.6.3 of the manual.
302 * @interface: Interface to bringup
358 * Bringup and enable a SGMII interface. After this call packet

1234567