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
27
) 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
)
/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
/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)
cpufeature_32.h
135
#define
cpu_has_pge
boot_cpu_has(X86_FEATURE_PGE)
macro
/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-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)
/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 1845 milliseconds
1
2