Home
last modified time | relevance | path

Searched refs:X86FSET_PAE (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dx86_archext.h334 #define X86FSET_PAE 9 macro
/titanic_50/usr/src/uts/i86pc/os/
H A Dfastboot.c603 if (is_x86_feature(x86_featureset, X86FSET_PAE)) { in fastboot_init_fields()
1160 X86FSET_PAE)) { in fastboot_load_kernel()
H A Dcpuid.c1300 add_x86_feature(featureset, X86FSET_PAE); in cpuid_pass1()
1428 if (is_x86_feature(featureset, X86FSET_PAE)) in cpuid_pass1()
3892 if (is_x86_feature(x86_featureset, X86FSET_PAE)) { in intel_walk_cacheinfo()
/titanic_50/usr/src/uts/i86pc/vm/
H A Dhat_i86.c583 if (mmu.pae_hat && !is_x86_feature(x86_featureset, X86FSET_PAE)) in mmu_init()