Searched refs:X86_FEATURE_PGE (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Drequired-features.h43 #define NEED_PGE (1<<(X86_FEATURE_PGE & 31))
H A Dcpufeature_32.h30 #define X86_FEATURE_PGE (0*32+13) /* Page Global Enable */ macro
139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
/external/oprofile/module/x86/
H A Dop_fixmap.c24 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, &boot_cpu_data.x86_capability))
26 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, boot_cpu_data.x86_capability))

Completed in 124 milliseconds