HomeSort by relevance Sort by last modified time
    Searched defs:PGDIR_SIZE (Results 1 - 16 of 16) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
pgtable-32.h 30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
31 #define PGDIR_MASK (~(PGDIR_SIZE-1))
41 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h 30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
31 #define PGDIR_MASK (~(PGDIR_SIZE-1))
41 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
  /external/kernel-headers/original/asm-mips/
pgtable-32.h 31 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
32 #define PGDIR_MASK (~(PGDIR_SIZE-1))
47 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
31 #define PGDIR_MASK (~(PGDIR_SIZE-1))
41 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
31 #define PGDIR_MASK (~(PGDIR_SIZE-1))
41 #define USER_PTRS_PER_PGD (0x80000000UL/PGDIR_SIZE)
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 37 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
39 #define PGDIR_MASK (~(PGDIR_SIZE-1))
40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 37 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
39 #define PGDIR_MASK (~(PGDIR_SIZE-1))
40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /external/kernel-headers/original/asm-arm/
pgtable.h 125 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
126 #define PGDIR_MASK (~(PGDIR_SIZE-1))
136 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR)
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 58 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
59 #define PGDIR_MASK (~(PGDIR_SIZE-1))
61 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 33 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
34 #define PGDIR_MASK (~(PGDIR_SIZE-1))
36 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 33 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
34 #define PGDIR_MASK (~(PGDIR_SIZE-1))
36 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 33 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
34 #define PGDIR_MASK (~(PGDIR_SIZE-1))
36 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 33 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
34 #define PGDIR_MASK (~(PGDIR_SIZE-1))
36 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 33 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
34 #define PGDIR_MASK (~(PGDIR_SIZE-1))
36 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 37 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
39 #define PGDIR_MASK (~(PGDIR_SIZE-1))
40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 37 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
39 #define PGDIR_MASK (~(PGDIR_SIZE-1))
40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)

Completed in 769 milliseconds