Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/include/
Dspecialreg.h728 #define CPUID_DATP_FULLASSOC __BIT(8) /* Full associative */ macro
/netbsd/src/usr.sbin/cpuctl/arch/
Di386.c1170 full = descs[3] & CPUID_DATP_FULLASSOC; in intel_cpu_cacheinfo()