Home
last modified time | relevance | path

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

/NextBSD/sys/x86/include/
HDspecialreg.h166 #define CPUID2_PCID 0x00020000 macro
/NextBSD/sys/amd64/amd64/
HDpmap.c917 if ((cpu_feature2 & CPUID2_PCID) != 0 && pmap_pcid_enabled) { in pmap_bootstrap()