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

  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level-defs.h 22 #define PGDIR_SHIFT 22
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 29 #define PGDIR_SHIFT (2 * PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2)
30 #define PGDIR_SIZE (1UL << PGDIR_SHIFT)
60 #define pgd_index(address) (((address) >> PGDIR_SHIFT) & (PTRS_PER_PGD-1))

Completed in 792 milliseconds