Home
last modified time | relevance | path

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

1234

/linux/kernel/
H A Dcpu.c56 * @bringup: Single callback bringup or teardown selector
75 bool bringup;
101 static inline void cpuhp_lock_acquire(bool bringup)
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)
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) { }
113 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_acquire() argument
122 * @cant_stop: Bringup/teardow
76 bool bringup; global() member
102 cpuhp_lock_acquire(bool bringup) cpuhp_lock_acquire() argument
107 cpuhp_lock_release(bool bringup) cpuhp_lock_release() argument
114 cpuhp_lock_release(bool bringup) cpuhp_lock_release() argument
153 cpuhp_step_empty(bool bringup,struct cpuhp_step * step) cpuhp_step_empty() argument
171 cpuhp_invoke_callback(unsigned int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node,struct hlist_node ** lastp) cpuhp_invoke_callback() argument
270 wait_for_ap_thread(struct cpuhp_cpu_state * st,bool bringup) wait_for_ap_thread() argument
276 complete_ap_thread(struct cpuhp_cpu_state * st,bool bringup) complete_ap_thread() argument
714 bool bringup = st->state < target; cpuhp_set_state() local
732 bool bringup = !st->bringup; cpuhp_reset_state() local
931 cpuhp_next_state(bool bringup,enum cpuhp_state * state_to_run,struct cpuhp_cpu_state * st,enum cpuhp_state target) cpuhp_next_state() argument
956 __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
987 cpuhp_invoke_callback_range(bool bringup,unsigned int cpu,struct cpuhp_cpu_state * st,enum cpuhp_state target) cpuhp_invoke_callback_range() argument
995 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
1064 bool bringup = st->bringup; cpuhp_thread_fun() local
1128 cpuhp_invoke_ap_callback(int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node) cpuhp_invoke_ap_callback() argument
2345 cpuhp_issue_call(int cpu,enum cpuhp_state state,bool bringup,struct hlist_node * node) cpuhp_issue_call() argument
[all...]
H A Dsmpboot.c3 * Common SMP CPU bringup/teardown functions
/linux/arch/x86/boot/startup/
H A Dgdt_idt.c13 * Data structures and code used for IDT setup in head_64.S. The bringup-IDT is
20 * during early CPU bringup. Also the idt_table has the runtime vectors
22 * which also hasn't happened yet in early CPU bringup.
/linux/arch/x86/kernel/
H A Dsmpboot.c253 * bringup part when "parallel" bringup is enabled. in start_secondary()
271 * release this CPU for further bringup. in start_secondary()
731 * Does this new cpu bringup a new core? in set_cpu_sibling_map()
1074 pr_err("CPU %u has invalid APIC ID %x. Aborting bringup\n", cpu, apicid); in native_kick_ap()
1079 pr_err("CPU %u APIC ID %x is not present. Aborting bringup\n", cpu, apicid); in native_kick_ap()
1184 /* Establish whether parallel bringup can be supported. */
H A Dhead_64.S169 * CPU bringup.
248 * 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/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/security/smack/
H A DKconfig25 of access initially with the bringup mode set on the
H A Dsmack_access.c180 * Return a positive value if using bringup mode. in smk_access()
375 * The result may be positive in bringup mode. in smack_log()
/linux/Documentation/admin-guide/LSM/
H A DSmack.rst855 Bringup Mode
858 Bringup mode provides logging features that can make application
859 configuration and system bringup easier. Configure the kernel with
860 CONFIG_SECURITY_SMACK_BRINGUP to enable these features. When bringup
866 Another feature of bringup mode is the "unconfined" option. Writing
/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/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/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/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh
/linux/arch/x86/include/asm/
H A Dsev-common.h252 * bringup, so this flag can be used globally for the BSP and APs.

1234