OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TASK_SIZE
(Results
26 - 38
of
38
) sorted by null
1
2
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h
83
#define
TASK_SIZE
(PAGE_OFFSET)
85
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
36
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h
83
#define
TASK_SIZE
(PAGE_OFFSET)
85
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
36
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
83
#define
TASK_SIZE
(PAGE_OFFSET)
85
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
pgtable_32.h
36
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/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))
elf.h
209
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
pgtable_32.h
61
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/bionic/libc/kernel/arch-x86/asm/
pgtable_32.h
36
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h
36
#define USER_PTRS_PER_PGD (
TASK_SIZE
/PGDIR_SIZE)
/external/kernel-headers/original/asm-arm/
pgtable.h
136
#define USER_PTRS_PER_PGD ((
TASK_SIZE
/PGDIR_SIZE) - FIRST_USER_PGD_NR)
uaccess.h
58
#define USER_DS
TASK_SIZE
Completed in 402 milliseconds
1
2