Home
last modified time | relevance | path

Searched refs:tfms (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/boot/
H A Dcpuflags.c71 u32 tfms; in get_cpuflags() local
87 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()
/linux/include/net/
H A Dipcomp.h15 struct crypto_comp * __percpu *tfms; global() member