OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:task_size
(Results
76 - 100
of
102
) sorted by null
1
2
3
4
5
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
40
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h
215
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
/external/kernel-headers/original/asm-arm/
uaccess.h
58
#define USER_DS
TASK_SIZE
pgtable.h
136
#define USER_PTRS_PER_PGD ((
TASK_SIZE
/PGDIR_SIZE) - FIRST_USER_PGD_NR)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
elf.h
215
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
elf.h
215
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
elf.h
215
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
elf.h
215
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
elf.h
215
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
/external/kernel-headers/original/asm-x86/
processor_32.h
216
#define
TASK_SIZE
(PAGE_OFFSET)
221
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
61
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.cc
143
// The mmap top-down allocator will normally allocate below
TASK_SIZE
- gap,
/external/kernel-headers/original/asm-mips/
uaccess.h
39
#define __UA_LIMIT (-
TASK_SIZE
)
Completed in 1885 milliseconds
1
2
3
4
5