OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMALLOC_START
(Results
1 - 9
of
9
) sorted by null
/external/kernel-headers/original/asm-arm/
pgtable.h
33
* Note that platforms may override
VMALLOC_START
, but they must provide
37
#ifndef
VMALLOC_START
39
#define
VMALLOC_START
(((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
50
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
50
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h
47
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h
47
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
47
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
47
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
47
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/external/kernel-headers/original/asm-x86/
pgtable_32.h
79
#define
VMALLOC_START
(((unsigned long) high_memory + \
Completed in 43 milliseconds