Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/include/
Dspecialreg.h223 #define CPUID_PSE 0x00000008 /* has 4MB page size extension */ macro
262 #define CPUID_FEAT_BLACKLIST (CPUID_PGE|CPUID_PSE|CPUID_MTRR)
/netbsd/src/sys/arch/x86/x86/
Dpmap.c1286 if (cpu_feature[0] & CPUID_PSE) {