Searched refs:tfms (Results 1 – 2 of 2) sorted by relevance
71 u32 tfms; in get_cpuflags() local87 cpuid(0x1, &tfms, &ignored, &cpu.flags[4], in get_cpuflags()89 cpu.level = (tfms >> 8) & 15; in get_cpuflags()91 cpu.model = (tfms >> 4) & 15; in get_cpuflags()93 cpu.model += ((tfms >> 16) & 0xf) << 4; in get_cpuflags()
15 struct crypto_comp * __percpu *tfms; global() member