Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Didentcpu_subr.c229 level = __SHIFTOUT(descs[0], CPUID_DCP_CACHELEVEL); in cpu_dcp_cacheinfo()
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h352 #define CPUID_DCP_CACHELEVEL __BITS(7, 5) /* Cache level (start at 1) */ macro