Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Didentcpu.c1942 u_int nwaycode, nway; in print_INTEL_info() local
1967 nway = 1 << (nwaycode / 2); in print_INTEL_info()
1969 nway = 0; in print_INTEL_info()
1971 (regs[2] >> 16) & 0xffff, nway, regs[2] & 0xff); in print_INTEL_info()