HomeSort by relevance Sort by last modified time
    Searched defs:cpu_has_pge (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/x86/
op_fixmap.c 22 #ifndef cpu_has_pge
24 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, &boot_cpu_data.x86_capability)) macro
26 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, boot_cpu_data.x86_capability)) macro
54 if (cpu_has_pge)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cpufeature_32.h 135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro

Completed in 467 milliseconds