CPUVAR
#define CPUVAR(off) %gs:CPU_INFO_ ## off
#define CPUVAR(off) %gs:CPU_INFO_/**/off
#define CPUVAR(var) %fs:__CONCAT(CPU_INFO_,var)