Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Didentcpu.c1939 u_int nwaycode, nway; in print_INTEL_info() local
1962 nwaycode = (regs[2] >> 12) & 0x0f; in print_INTEL_info()
1963 if (nwaycode >= 0x02 && nwaycode <= 0x08) in print_INTEL_info()
1964 nway = 1 << (nwaycode / 2); in print_INTEL_info()