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

  /bionic/libc/kernel/arch-sh/asm/
pgtable.h 40 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
41 #define PGDIR_MASK (~(PGDIR_SIZE-1))
46 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
  /bionic/libc/kernel/common/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /development/ndk/platforms/android-3/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /external/kernel-headers/original/asm-generic/
4level-fixup.h 7 #define PUD_SIZE PGDIR_SIZE
pgtable.h 173 ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
4level-fixup.h 18 #define PUD_SIZE PGDIR_SIZE
pgtable.h 85 #define pgd_addr_end(addr, end) ({ unsigned long __boundary = ((addr) + PGDIR_SIZE) & PGDIR_MASK; (__boundary - 1 < (end) - 1)? __boundary: (end); })
  /bionic/libc/kernel/arch-x86/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)
  /development/ndk/platforms/android-5/arch-x86/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)
  /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)
  /prebuilt/ndk/android-ndk-r4/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)
  /prebuilt/ndk/android-ndk-r4/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)
  /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)

Completed in 283 milliseconds