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

  /bionic/libc/kernel/arch-x86/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable-2level.h 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable-2level.h 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level.h 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h 33 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pgtable-2level.h 42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE }) macro
  /external/kernel-headers/original/asm-mips/
pgtable-32.h 160 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x07) << 1 ) | \ macro
187 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 }) macro
199 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | \ macro
  /bionic/libc/kernel/arch-mips/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /external/kernel-headers/original/asm-x86/
pgtable-2level.h 76 #define pgoff_to_pte(off) \ macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE }) macro
  /external/kernel-headers/original/asm-arm/
pgtable.h 252 #define pgoff_to_pte(x) __pte(((x) << 2) | L_PTE_FILE) macro

Completed in 376 milliseconds