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

12

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
pgtable_32.h 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
169 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable_32.h 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
169 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
pgtable_32.h 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
169 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
169 #define pgd_offset_k(address) pgd_offset(&init_mm, address)

Completed in 241 milliseconds

12