Searched refs:CPUID_PAE (Results 1 – 3 of 3) sorted by relevance
962 pae_mode = (cpu_feature & CPUID_PAE) != 0; in pmap_cold()
148 #define CPUID_PAE 0x00000040 macro
1683 cpu_maxphyaddr = (cpu_feature & CPUID_PAE) != 0 ? 36 : 32; in finishidentcpu()