CPU
#define CPU "cpu"
#define CPU "cpu"
CPU("CPU"),
#define CPU(mask) (umem_cpus + (CPUHINT() & (mask)))
#define CPU (curcpup()) /* Pointer to current CPU */
#define CPU (curthread->t_cpu) /* Pointer to current CPU */