Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-6.6/kernel/
Dcpu.c56 * @bringup: Single callback bringup or teardown selector
76 bool bringup; member
102 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
104 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
107 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
109 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
113 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
114 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
123 * @cant_stop: Bringup/teardown can't be stopped at this step
153 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty() argument
[all …]
/kernel/linux/linux-5.10/kernel/
Dcpu.c53 * @bringup: Single callback bringup or teardown selector
68 bool bringup; member
93 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
95 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
98 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
100 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
104 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
105 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
114 * @cant_stop: Bringup/teardown can't be stopped at this step
145 * @bringup: True if the bringup callback should be invoked
[all …]
/kernel/linux/linux-6.6/drivers/soc/qcom/
Drpm_master_stats.c51 seq_printf(s, "\tLast bringup req @ %llu\n", stat.bringup_req); in master_stats_show()
52 seq_printf(s, "\tLast bringup ack @ %llu\n", stat.bringup_ack); in master_stats_show()
/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-6.6/Documentation/devicetree/bindings/memory-controllers/
Dcanaan,k210-sram.yaml12 its clocks, before OS bringup.
/kernel/linux/linux-5.10/security/smack/
DKconfig25 of access initially with the bringup mode set on the
/kernel/linux/linux-6.6/security/smack/
DKconfig25 of access initially with the bringup mode set on the
/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-6.6/Documentation/devicetree/bindings/sram/
Dsram.yaml181 // Samsung SMP-capable Exynos SoCs use part of the SYSRAM for the bringup
207 // 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-6.6/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-6.6/arch/arm/common/
Dmcpm_platsmp.c8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
Dcvmx-helper-npi.h51 * Bringup and enable a NPI interface. After this call packet
Dcvmx-helper-loop.h50 * Bringup and enable a LOOP interface. After this call packet
Dcvmx-helper-spi.h48 * Bringup and enable a SPI interface. After this call packet I/O
Dcvmx-helper-sgmii.h51 * Bringup and enable a SGMII interface. After this call packet
Dcvmx-helper-xaui.h51 * Bringup and enable a XAUI 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-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-sgmii.h51 * Bringup and enable a SGMII interface. After this call packet
Dcvmx-helper-xaui.h51 * Bringup and enable a XAUI interface. After this call packet
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dpreempt.h129 /* Deferred to CPU bringup time */
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpreempt.h129 /* Deferred to CPU bringup time */

1234567