Searched refs:CPUID_PGE (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/i386/i386/
H A Di386func.S90 testl $CPUID_PGE, _C_LABEL(cpu_feature)
/netbsd-current/sys/dev/nvmm/x86/
H A Dnvmm_x86.c278 CPUID_PGE |
/netbsd-current/sys/arch/x86/include/
H A Dspecialreg.h191 #define CPUID_PGE 0x00002000 /* has page global extension */ macro
221 #define CPUID_FEAT_BLACKLIST (CPUID_PGE|CPUID_PSE|CPUID_MTRR)
/netbsd-current/sys/arch/x86/x86/
H A Dcpu.c652 if (cpu_feature[0] & CPUID_PGE)
H A Didentcpu.c319 flag = (flag & ~CPUID_APIC) | CPUID_PGE;
H A Dpmap.c1273 if (!svs_enabled && (cpu_feature[0] & CPUID_PGE)) {
1275 if (cpu_feature[0] & CPUID_PGE) {
/netbsd-current/usr.sbin/cpuctl/arch/
H A Di386.c695 (ci->ci_feat_val[0] & ~CPUID_APIC) | CPUID_PGE;

Completed in 222 milliseconds