HomeSort by relevance Sort by last modified time
    Searched refs:cpu_has_pge (Results 1 - 21 of 21) 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)
  /bionic/libc/kernel/arch-x86/asm/
tlbflush_32.h 31 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
tlbflush_32.h 31 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
tlbflush_32.h 28 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
tlbflush_32.h 28 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 28 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h 28 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 28 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 120 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
tlbflush_32.h 31 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
tlbflush_32.h 31 #define __flush_tlb_all() do { if (cpu_has_pge) __flush_tlb_global(); else __flush_tlb(); } while (0)
cpufeature_32.h 135 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro
  /external/kernel-headers/original/asm-x86/
tlbflush_32.h 52 if (cpu_has_pge) \
cpufeature_32.h 139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro

Completed in 172 milliseconds