OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMALLOC_START
(Results
1 - 22
of
22
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h
44
#define
VMALLOC_START
MAP_BASE
/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))
/external/kernel-headers/original/asm-mips/
pgtable-32.h
50
#define
VMALLOC_START
MAP_BASE
/prebuilts/ndk/4/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/4/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/6/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/7/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/7/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/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
50
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
50
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h
50
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h
50
#define
VMALLOC_START
(((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h
50
#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 298 milliseconds