OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_has_pge
(Results
1 - 25
of
35
) sorted by null
1
2
/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/
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)
/prebuilts/ndk/9/platforms/android-12/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)
/prebuilts/ndk/9/platforms/android-13/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)
/prebuilts/ndk/9/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)
/prebuilts/ndk/9/platforms/android-15/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)
/prebuilts/ndk/9/platforms/android-16/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)
/prebuilts/ndk/9/platforms/android-17/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)
/prebuilts/ndk/9/platforms/android-18/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)
/prebuilts/ndk/9/platforms/android-19/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)
/prebuilts/ndk/9/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)
Completed in 332 milliseconds
1
2