root/arch/x86/include/asm/cpumask.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef _ASM_X86_CPUMASK_H
   3 #define _ASM_X86_CPUMASK_H
   4 #ifndef __ASSEMBLY__
   5 #include <linux/cpumask.h>
   6 
   7 extern cpumask_var_t cpu_callin_mask;
   8 extern cpumask_var_t cpu_callout_mask;
   9 extern cpumask_var_t cpu_initialized_mask;
  10 extern cpumask_var_t cpu_sibling_setup_mask;
  11 
  12 extern void setup_cpu_local_masks(void);
  13 
  14 #endif /* __ASSEMBLY__ */
  15 #endif /* _ASM_X86_CPUMASK_H */

/* [<][>][^][v][top][bottom][index][help] */