OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXADDR_START
(Results
1 - 21
of
21
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
fixmap.h
32
#define
FIXADDR_START
(FIXADDR_TOP - FIXADDR_SIZE)
/development/ndk/platforms/android-9/arch-mips/include/asm/
fixmap.h
32
#define
FIXADDR_START
(FIXADDR_TOP - FIXADDR_SIZE)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
fixmap.h
32
#define
FIXADDR_START
(FIXADDR_TOP - FIXADDR_SIZE)
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
fixmap.h
32
#define
FIXADDR_START
(FIXADDR_TOP - FIXADDR_SIZE)
/external/kernel-headers/original/asm-mips/
fixmap.h
76
#define
FIXADDR_START
(FIXADDR_TOP - FIXADDR_SIZE)
107
BUG_ON(vaddr >= FIXADDR_TOP || vaddr <
FIXADDR_START
);
/bionic/libc/kernel/arch-x86/asm/
fixmap_32.h
52
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
51
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/development/ndk/platforms/android-9/arch-x86/include/asm/
fixmap_32.h
52
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
51
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h
48
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
48
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h
48
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
48
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h
48
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
48
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
fixmap_32.h
48
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
48
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h
48
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
pgtable_32.h
48
#define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
/external/kernel-headers/original/asm-x86/
fixmap_32.h
120
#define
FIXADDR_START
(FIXADDR_TOP - __FIXADDR_SIZE)
152
BUG_ON(vaddr >= FIXADDR_TOP || vaddr <
FIXADDR_START
);
pgtable_32.h
84
# define VMALLOC_END (
FIXADDR_START
-2*PAGE_SIZE)
Completed in 143 milliseconds