Home
last modified time | relevance | path

Searched refs:CPUID_PAE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dspecialreg.h129 #define CPUID_PAE 0x00000040 macro
/f-stack/freebsd/i386/i386/
H A Dpmap_base.c960 pae_mode = (cpu_feature & CPUID_PAE) != 0; in pmap_cold()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c1687 cpu_maxphyaddr = (cpu_feature & CPUID_PAE) != 0 ? 36 : 32; in finishidentcpu()