Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/include/
H A Dspecialreg.h96 #define CPUID_PAE 0x00000040 /* has phys address extension */ macro
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h143 #define CPUID_PAE 0x00000040 /* has phys address extension */ macro
/openbsd/sys/arch/i386/i386/
H A Dlocore.s1535 testl $CPUID_PAE, cpu_feature
H A Dpmapae.c654 if ((cpu_feature & CPUID_PAE) == 0 || in pmap_bootstrap_pae()
H A Dmachdep.c880 { CPUID_PAE, "PAE" },