OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TASK_SIZE
(Results
1 - 25
of
38
) sorted by null
1
2
/bionic/libc/kernel/arch-sh/asm/
kexec.h
22
#define KEXEC_CONTROL_MEMORY_LIMIT
TASK_SIZE
processor_64.h
60
#define
TASK_SIZE
0x7ffff000UL
62
#define STACK_TOP
TASK_SIZE
65
#define TASK_UNMAPPED_BASE (
TASK_SIZE
/ 3)
pgtable.h
46
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/external/kernel-headers/original/asm-x86/
a.out.h
22
# define STACK_TOP
TASK_SIZE
/external/kernel-headers/original/asm-arm/
a.out.h
32
TASK_SIZE
: TASK_SIZE_26)
memory.h
32
#ifndef
TASK_SIZE
34
*
TASK_SIZE
- the maximum size of a user space task.
37
#define
TASK_SIZE
UL(0xbf000000)
54
* The module space lives between the addresses given by
TASK_SIZE
60
#if
TASK_SIZE
> MODULE_START
84
#ifndef
TASK_SIZE
85
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
elf.h
58
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
/bionic/libc/kernel/arch-arm/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/development/ndk/platforms/android-3/arch-arm/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
elf.h
53
#define ELF_ET_DYN_BASE (2 *
TASK_SIZE
/ 3)
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/bionic/libc/kernel/arch-x86/asm/
processor_32.h
83
#define
TASK_SIZE
(PAGE_OFFSET)
85
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
83
#define
TASK_SIZE
(PAGE_OFFSET)
85
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
Completed in 439 milliseconds
1
2