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

  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h 59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
61 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
  /development/ndk/platforms/android-9/arch-x86/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 2441 milliseconds