Searched refs:tfms (Results 1 – 1 of 1) sorted by relevance
337 static inline void get_fms(struct cpuinfo_x86 *c, uint32_t tfms) in get_fms() argument339 c->x86 = (tfms >> 8) & 0xf; in get_fms()340 c->x86_model = (tfms >> 4) & 0xf; in get_fms()341 c->x86_mask = tfms & 0xf; in get_fms()343 c->x86 += (tfms >> 20) & 0xff; in get_fms()345 c->x86_model += ((tfms >> 16) & 0xF) << 4; in get_fms()
Completed in 3 milliseconds