/linux-6.14.4/kernel/ |
D | cpu.c | 56 * @bringup: Single callback bringup or teardown selector 75 bool bringup; member 101 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument 103 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire() 106 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument 108 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release() 112 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument 113 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument 122 * @cant_stop: Bringup/teardown can't be stopped at this step 152 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty() argument [all …]
|
/linux-6.14.4/drivers/soc/qcom/ |
D | rpm_master_stats.c | 51 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()
|
/linux-6.14.4/arch/x86/kernel/ |
D | smpboot.c | 256 * bringup part when "parallel" bringup is enabled. in start_secondary() 274 * release this CPU for further bringup. in start_secondary() 326 /* Copy boot_cpu_data only on the first bringup */ in smp_store_cpu_info() 597 * Does this new cpu bringup a new core? in set_cpu_sibling_map() 941 pr_err("CPU %u has invalid APIC ID %x. Aborting bringup\n", cpu, apicid); in native_kick_ap() 946 pr_err("CPU %u APIC ID %x is not present. Aborting bringup\n", cpu, apicid); in native_kick_ap() 1051 /* Establish whether parallel bringup can be supported. */
|
D | head64.c | 517 * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is 524 * during early CPU bringup. Also the idt_table has the runtime vectors 526 * which also hasn't happened yet in early CPU bringup.
|
/linux-6.14.4/Documentation/devicetree/bindings/memory-controllers/ |
D | canaan,k210-sram.yaml | 12 its clocks, before OS bringup.
|
/linux-6.14.4/security/smack/ |
D | Kconfig | 25 of access initially with the bringup mode set on the
|
/linux-6.14.4/Documentation/devicetree/bindings/sram/ |
D | sram.yaml | 187 // Samsung SMP-capable Exynos SoCs use part of the SYSRAM for the bringup 213 // Amlogic's SMP-capable SoCs use part of the sram for the bringup of the cores.
|
/linux-6.14.4/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-sgmii.c | 300 * 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
|
D | cvmx-helper-loop.c | 73 * Bringup and enable a LOOP interface. After this call packet
|
D | cvmx-helper-npi.c | 67 * Bringup and enable a NPI interface. After this call packet
|
D | cvmx-helper-spi.c | 96 * Bringup and enable a SPI interface. After this call packet I/O
|
/linux-6.14.4/arch/mips/include/asm/octeon/ |
D | cvmx-helper-loop.h | 50 * Bringup and enable a LOOP interface. After this call packet
|
D | cvmx-helper-npi.h | 51 * Bringup and enable a NPI interface. After this call packet
|
D | cvmx-helper-sgmii.h | 51 * Bringup and enable a SGMII interface. After this call packet
|
D | cvmx-helper-spi.h | 48 * Bringup and enable a SPI interface. After this call packet I/O
|
D | cvmx-helper-xaui.h | 51 * Bringup and enable a XAUI interface. After this call packet
|
/linux-6.14.4/arch/arm/common/ |
D | mcpm_platsmp.c | 8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
|
/linux-6.14.4/Documentation/admin-guide/LSM/ |
D | Smack.rst | 845 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-6.14.4/arch/s390/include/asm/ |
D | preempt.h | 102 /* Deferred to CPU bringup time */
|
/linux-6.14.4/arch/xtensa/kernel/ |
D | s32c1i_selftest.c | 53 /* Simple test of S32C1I (soc bringup assist) */
|
/linux-6.14.4/drivers/bluetooth/ |
D | btmrvl_drv.h | 116 /* Sub-commands: Module Bringup/Shutdown Request/Response */
|
/linux-6.14.4/Documentation/arch/arc/ |
D | arc.rst | 50 SoC bringup and software development in general.
|
/linux-6.14.4/arch/mips/kernel/ |
D | cps-vec-ns16550.S | 166 * the bringup of a core and it is very likely to be unsafe to perform
|
/linux-6.14.4/drivers/mfd/ |
D | cs40l50-core.c | 279 /* Wavetable is optional; bringup DSP regardless */ in cs40l50_dsp_bringup() 294 /* Add teardown actions for first-time bringup */ in cs40l50_dsp_bringup()
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dce120/ |
D | dce120_hwseq.c | 156 /* disable for bringup */ in dce120_enable_display_power_gating()
|