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

1 2 3

  /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/current/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/current/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
  /prebuilts/ndk/current/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/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/platforms/android-18/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/current/platforms/android-19/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/current/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
  /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)
  /prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-13/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/current/platforms/android-14/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/current/platforms/android-15/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/current/platforms/android-16/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/current/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/current/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/current/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/current/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)
  /development/ndk/platforms/android-3/include/asm-generic/
pgtable.h 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
pgtable.h 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
pgtable.h 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
pgtable.h 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
pgtable.h 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)

Completed in 364 milliseconds

1 2 3