cpu_die_mask
const struct cpumask *cpu_die_mask(int cpu);
#define topology_die_cpumask(cpu) (cpu_die_mask(cpu))
EXPORT_SYMBOL_GPL(cpu_die_mask);