Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/include/
Dspecialreg.h720 #define CPUID_DATP_TCTYPE __BITS(4, 0) /* Translation Cache type */ macro
/netbsd/src/usr.sbin/cpuctl/arch/
Di386.c1035 type = __SHIFTOUT(descs[3], CPUID_DATP_TCTYPE); in intel_cpu_cacheinfo()