HomeSort by relevance Sort by last modified time
    Searched refs:TASK_SIZE (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/4/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/7/platforms/android-14/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)
  /prebuilts/ndk/7/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)
  /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)
  /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)
  /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)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 40 #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
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 36 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /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)
  /external/kernel-headers/original/asm-mips/
uaccess.h 39 #define __UA_LIMIT (- TASK_SIZE)

Completed in 657 milliseconds

1 23