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