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

1 2

  /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
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/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
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/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