Searched refs:X86_FEATURE_PGE (Results 1 – 4 of 4) sorted by relevance
24 #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))
30 #define X86_FEATURE_PGE (0*32+13) /* Page Global Enable */ macro139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
43 #define NEED_PGE (1<<(X86_FEATURE_PGE & 31))
2307 * oprofile_k.c: fix X86_FEATURE_PGE testing