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

  /external/kernel-headers/original/asm-x86/
required-features.h 41 #define NEED_PSE (1<<(X86_FEATURE_PSE & 31))
cpufeature_32.h 21 #define X86_FEATURE_PSE (0*32+ 3) /* Page Size Extensions */
136 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /bionic/libc/kernel/arch-x86/asm/
cpufeature_32.h 31 #define X86_FEATURE_PSE (0*32+ 3)
131 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
cpufeature_32.h 31 #define X86_FEATURE_PSE (0*32+ 3)
131 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
cpufeature_32.h 25 #define X86_FEATURE_PSE (0*32+ 3)
117 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
cpufeature_32.h 25 #define X86_FEATURE_PSE (0*32+ 3)
117 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 25 #define X86_FEATURE_PSE (0*32+ 3)
117 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
cpufeature_32.h 25 #define X86_FEATURE_PSE (0*32+ 3)
117 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 25 #define X86_FEATURE_PSE (0*32+ 3)
117 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
cpufeature_32.h 31 #define X86_FEATURE_PSE (0*32+ 3)
131 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
cpufeature_32.h 31 #define X86_FEATURE_PSE (0*32+ 3)
131 #define cpu_has_pse boot_cpu_has(X86_FEATURE_PSE)

Completed in 87 milliseconds