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

1 2 3

  /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
  /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
  /external/kernel-headers/original/asm-mips/
pgalloc.h 53 init = pgd_offset(&init_mm, 0UL);
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
  /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)
  /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)
  /bionic/libc/kernel/common/asm-generic/
pgtable.h 84 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
  /development/ndk/platforms/android-3/include/asm-generic/
pgtable.h 77 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
  /external/kernel-headers/original/asm-generic/
pgtable.h 155 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)

Completed in 715 milliseconds

1 2 3