Home
last modified time | relevance | path

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

1234

/linux/kernel/
H A Dcpu.c56 * @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/teardow
152 cpuhp_step_empty(bool bringup,struct cpuhp_step * step) cpuhp_step_empty() argument
170 cpuhp_invoke_callback(unsigned int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node,struct hlist_node ** lastp) cpuhp_invoke_callback() argument
261 wait_for_ap_thread(struct cpuhp_cpu_state * st,bool bringup) wait_for_ap_thread() argument
267 complete_ap_thread(struct cpuhp_cpu_state * st,bool bringup) complete_ap_thread() argument
712 bool bringup = st->state < target; cpuhp_set_state() local
730 bool bringup = !st->bringup; cpuhp_reset_state() local
928 cpuhp_next_state(bool bringup,enum cpuhp_state * state_to_run,struct cpuhp_cpu_state * st,enum cpuhp_state target) cpuhp_next_state() argument
953 __cpuhp_invoke_callback_range(bool bringup,unsigned int cpu,struct cpuhp_cpu_state * st,enum cpuhp_state target,bool nofail) __cpuhp_invoke_callback_range() argument
984 cpuhp_invoke_callback_range(bool bringup,unsigned int cpu,struct cpuhp_cpu_state * st,enum cpuhp_state target) cpuhp_invoke_callback_range() argument
992 cpuhp_invoke_callback_range_nofail(bool bringup,unsigned int cpu,struct cpuhp_cpu_state * st,enum cpuhp_state target) cpuhp_invoke_callback_range_nofail() argument
1061 bool bringup = st->bringup; cpuhp_thread_fun() local
1125 cpuhp_invoke_ap_callback(int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node) cpuhp_invoke_ap_callback() argument
2355 cpuhp_issue_call(int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node) cpuhp_issue_call() argument
[all...]
/linux/arch/x86/kernel/
H A Dsmpboot.c255 * bringup part when "parallel" bringup is enabled. in start_secondary()
273 * release this CPU for further bringup. in start_secondary()
325 /* Copy boot_cpu_data only on the first bringup */ in smp_store_cpu_info()
611 * Does this new cpu bringup a new core? in set_cpu_sibling_map()
955 pr_err("CPU %u has invalid APIC ID %x. Aborting bringup\n", cpu, apicid); in native_kick_ap()
960 pr_err("CPU %u APIC ID %x is not present. Aborting bringup\n", cpu, apicid); in native_kick_ap()
1065 /* Establish whether parallel bringup can be supported. */
H A Dhead64.c511 * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is
518 * during early CPU bringup. Also the idt_table has the runtime vectors
520 * which also hasn't happened yet in early CPU bringup.
H A Dhead_64.S160 * CPU bringup.
239 * No control bit set, single CPU bringup. CPU number is provided
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dcanaan,k210-sram.yaml12 its clocks, before OS bringup.
/linux/security/smack/
H A DKconfig25 of access initially with the bringup mode set on the
H A 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/arch/mips/cavium-octeon/executive/
H A 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
H A Dcvmx-helper-loop.c73 * Bringup and enable a LOOP interface. After this call packet
H A Dcvmx-helper-npi.c67 * Bringup and enable a NPI interface. After this call packet
H A Dcvmx-helper-spi.c96 * Bringup and enable a SPI interface. After this call packet I/O
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-helper-npi.h51 * Bringup and enable a NPI interface. After this call packet
H A Dcvmx-helper-loop.h50 * Bringup and enable a LOOP interface. After this call packet
H A Dcvmx-helper-sgmii.h51 * Bringup and enable a SGMII interface. After this call packet
H A Dcvmx-helper-spi.h48 * Bringup and enable a SPI interface. After this call packet I/O
H A Dcvmx-helper-xaui.h51 * Bringup and enable a XAUI interface. After this call packet
/linux/arch/arm/common/
H A Dmcpm_platsmp.c8 * Code to handle secondary CPU bringup and hotplug for the cluster power API.
/linux/Documentation/admin-guide/LSM/
H A 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/arch/xtensa/kernel/
H A Ds32c1i_selftest.c53 /* Simple test of S32C1I (soc bringup assist) */
/linux/drivers/bluetooth/
H A Dbtmrvl_drv.h116 /* Sub-commands: Module Bringup/Shutdown Request/Response */
/linux/Documentation/arch/arc/
H A Darc.rst50 SoC bringup and software development in general.
/linux/drivers/mfd/
H A Dcs40l50-core.c279 /* Wavetable is optional; bringup DSP regardless */ in cs40l50_dsp_bringup()
294 /* Add teardown actions for first-time bringup */ in cs40l50_dsp_bringup()
/linux/arch/mips/kernel/
H A Dcps-vec-ns16550.S166 * the bringup of a core and it is very likely to be unsafe to perform
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_irq.c107 * This function provides basic bringup for the MAC/PCS IRQ. For now the IRQ
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce120/
H A Ddce120_hwseq.c156 /* disable for bringup */ in dce120_enable_display_power_gating()

1234