Search notes:

include/linux/cpu.h

struct cpu

struct cpu {
   int           node_id;      /* The node which contains the CPU */
   int           hotpluggable; /* creates sysfs control file if hotpluggable */
   struct device dev;
};

Index