Home
last modified time | relevance | path

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

1234

/Linux-v5.15/kernel/
Dcpu.c52 * @bringup: Single callback bringup or teardown selector
71 bool bringup; member
97 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
99 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
102 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
104 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
108 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
109 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
118 * @cant_stop: Bringup/teardown can't be stopped at this step
148 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty() argument
[all …]
/Linux-v5.15/arch/arm/mach-keystone/
Dplatsmp.c34 pr_err("CPU %d bringup failed with %d\n", cpu, error); in keystone_smp_boot_secondary()
/Linux-v5.15/security/smack/
DKconfig25 of access initially with the bringup mode set on the
Dsmack_access.c178 * Return a positive value if using bringup mode. in smk_access()
367 * The result may be positive in bringup mode. in smack_log()
/Linux-v5.15/Documentation/devicetree/bindings/sram/
Dsram.yaml174 // Samsung SMP-capable Exynos SoCs use part of the SYSRAM for the bringup
200 // Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
/Linux-v5.15/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
Dcvmx-helper-loop.c73 * Bringup and enable a LOOP interface. After this call packet
Dcvmx-helper-npi.c67 * Bringup and enable a NPI interface. After this call packet
Dcvmx-helper-spi.c96 * Bringup and enable a SPI interface. After this call packet I/O
/Linux-v5.15/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-sgmii.h51 * Bringup and enable a SGMII 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
/Linux-v5.15/arch/arm/common/
Dmcpm_platsmp.c8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/Linux-v5.15/arch/s390/include/asm/
Dpreempt.h122 /* Deferred to CPU bringup time */
/Linux-v5.15/arch/x86/kernel/
Dhead64.c529 * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is
536 * during early CPU bringup. Also the idt_table has the runtime vectors
538 * which also hasn't happened yet in early CPU bringup.
/Linux-v5.15/Documentation/admin-guide/LSM/
DSmack.rst845 Bringup Mode
848 Bringup mode provides logging features that can make application
849 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.15/arch/xtensa/kernel/
Ds32c1i_selftest.c54 /* Simple test of S32C1I (soc bringup assist) */
/Linux-v5.15/drivers/bluetooth/
Dbtmrvl_drv.h130 /* Sub-commands: Module Bringup/Shutdown Request/Response */
/Linux-v5.15/arch/mips/kernel/
Dcps-vec-ns16550.S166 * the bringup of a core and it is very likely to be unsafe to perform
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_hw_sequencer.c156 /* disable for bringup */ in dce120_enable_display_power_gating()
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh184 # Bringup lo in netns (to avoids confusing people using --interactive)
/Linux-v5.15/drivers/phy/cadence/
Dphy-cadence-salvo.c126 * Below bringup sequence pair are from Cadence PHY's User Guide
/Linux-v5.15/Documentation/x86/
Dpti.rst169 * Crashes in early boot, especially around CPU bringup. Bugs

1234