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

  /bionic/libc/kernel/arch-mips/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-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
  /external/kernel-headers/original/asm-mips/
pgtable-32.h 124 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
129 #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-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/9/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/9/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
  /bionic/libc/kernel/arch-x86/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-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)
  /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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/4/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)
  /prebuilts/ndk/6/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/7/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)
  /prebuilts/ndk/8/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/8/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)
  /prebuilts/ndk/9/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/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-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 1056 milliseconds