Searched refs:tfms (Results 1 – 1 of 1) sorted by relevance
292 static inline void get_fms(struct cpuinfo_x86 *c, uint32_t tfms) in get_fms() argument294 c->x86 = (tfms >> 8) & 0xf; in get_fms()295 c->x86_model = (tfms >> 4) & 0xf; in get_fms()296 c->x86_mask = tfms & 0xf; in get_fms()298 c->x86 += (tfms >> 20) & 0xff; in get_fms()300 c->x86_model += ((tfms >> 16) & 0xF) << 4; in get_fms()