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

  /bionic/libc/kernel/arch-sh/asm/
pgtable_64.h 27 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
28 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
pgtable_32.h 133 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
134 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /external/kernel-headers/original/asm-arm/
pgtable.h 331 #define pgd_offset(mm, addr) ((mm)->pgd+pgd_index(addr)) macro
334 #define pgd_offset_k(addr) pgd_offset(&init_mm, addr)
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 399 * pgd_offset() returns a (pgd_t *)
402 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
408 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 157 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
158 #define pgd_offset_k(address) pgd_offset(&init_mm, address)

Completed in 156 milliseconds