OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86_FEATURE_PGE
(Results
1 - 10
of
10
) 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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r6/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/android-ndk-r7/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/android-ndk-r7/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
)
Completed in 24 milliseconds