Home
last modified time | relevance | path

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

1234

/linux-6.8/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 …]
/linux-6.8/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()
/linux-6.8/Documentation/devicetree/bindings/memory-controllers/
Dcanaan,k210-sram.yaml12 its clocks, before OS bringup.
/linux-6.8/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-6.8/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.
/linux-6.8/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-6.8/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-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
Dcvmx-helper-spi.h48 * Bringup and enable a SPI interface. After this call packet I/O
/linux-6.8/arch/arm/common/
Dmcpm_platsmp.c8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/linux-6.8/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-6.8/arch/s390/include/asm/
Dpreempt.h129 /* Deferred to CPU bringup time */
/linux-6.8/arch/x86/kernel/
Dhead64.c559 * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is
566 * during early CPU bringup. Also the idt_table has the runtime vectors
568 * which also hasn't happened yet in early CPU bringup.
Dsmpboot.c277 * bringup part when "parallel" bringup is enabled. in start_secondary()
295 * release this CPU for further bringup. in start_secondary()
447 /* Copy boot_cpu_data only on the first bringup */ in smp_store_cpu_info()
728 * Does this new cpu bringup a new core? in set_cpu_sibling_map()
1191 /* Establish whether parallel bringup can be supported. */
/linux-6.8/arch/xtensa/kernel/
Ds32c1i_selftest.c53 /* Simple test of S32C1I (soc bringup assist) */
/linux-6.8/drivers/bluetooth/
Dbtmrvl_drv.h116 /* Sub-commands: Module Bringup/Shutdown Request/Response */
/linux-6.8/Documentation/arch/arc/
Darc.rst50 SoC bringup and software development in general.
/linux-6.8/arch/mips/kernel/
Dcps-vec-ns16550.S166 * the bringup of a core and it is very likely to be unsafe to perform
/linux-6.8/drivers/gpu/drm/amd/display/dc/hwss/dce120/
Ddce120_hwseq.c156 /* disable for bringup */ in dce120_enable_display_power_gating()

1234