Home
last modified time | relevance | path

Searched refs:bringup (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/
H A Dcpu.c76 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
153 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty() argument
155 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty()
171 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback() argument
[all …]
/linux/security/smack/
H A DKconfig25 of access initially with the bringup mode set on the
/linux/Documentation/arch/arc/
H A Darc.rst50 SoC bringup and software development in general.
/linux/Documentation/arch/x86/
H A Dpti.rst167 * Crashes in early boot, especially around CPU bringup. Bugs
/linux/Documentation/admin-guide/LSM/
H A DSmack.rst859 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/Documentation/admin-guide/
H A Dkernel-parameters.txt1059 [SMP] Enable/disable parallel bringup of secondary CPUs