Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dcpu.c71 bool bringup; member
97 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument
99 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()
102 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument
104 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()
108 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument
109 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument
148 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty() argument
150 return bringup ? !step->startup.single : !step->teardown.single; in cpuhp_step_empty()
166 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback() argument
[all …]
/Linux-v5.15/security/smack/
DKconfig25 of access initially with the bringup mode set on the
/Linux-v5.15/Documentation/x86/
Dpti.rst169 * Crashes in early boot, especially around CPU bringup. Bugs
/Linux-v5.15/Documentation/admin-guide/LSM/
DSmack.rst849 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-v5.15/arch/xtensa/
DKconfig460 during board bringup.