HomeSort by relevance Sort by last modified time
    Searched refs:X86_FEATURE_PGE (Results 1 - 15 of 15) sorted by null

  /external/kernel-headers/original/asm-x86/
required-features.h 43 #define NEED_PGE (1<<(X86_FEATURE_PGE & 31))
cpufeature_32.h 30 #define X86_FEATURE_PGE (0*32+13) /* Page Global Enable */
139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /external/oprofile/module/x86/
op_fixmap.c 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))
  /bionic/libc/kernel/arch-x86/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
cpufeature_32.h 34 #define X86_FEATURE_PGE (0*32+13)
120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
cpufeature_32.h 34 #define X86_FEATURE_PGE (0*32+13)
120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 34 #define X86_FEATURE_PGE (0*32+13)
120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
cpufeature_32.h 34 #define X86_FEATURE_PGE (0*32+13)
120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 34 #define X86_FEATURE_PGE (0*32+13)
120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 42 #define X86_FEATURE_PGE (0*32+13)
135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE)

Completed in 87 milliseconds