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

1 2

  /bionic/libc/kernel/arch-mips/asm/
pgtable-bits.h 27 #define _PAGE_FILE (1<<4)
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
  /development/ndk/platforms/android-9/arch-mips/include/asm/
pgtable-bits.h 27 #define _PAGE_FILE (1<<4)
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
pgtable-bits.h 27 #define _PAGE_FILE (1<<4)
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
pgtable-bits.h 27 #define _PAGE_FILE (1<<4)
pgtable-32.h 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
  /external/kernel-headers/original/asm-mips/
pgtable-bits.h 42 #define _PAGE_FILE (1<<10) /* set:pagecache unset:swap */
60 #define _PAGE_FILE (1<<4) /* set:pagecache unset:swap */
pgtable-32.h 163 _PAGE_FILE })
187 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 })
202 _PAGE_FILE })
pgtable.h 196 static inline int pte_file(pte_t pte) { return pte.pte_low & _PAGE_FILE; }
252 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; }
  /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 })
pgtable_32.h 84 #define _PAGE_FILE 0x040
  /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 })
pgtable_32.h 84 #define _PAGE_FILE 0x040
  /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 })
pgtable_32.h 77 #define _PAGE_FILE 0x040
  /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 })
  /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 })
  /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 })
  /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 })
  /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 })
  /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 })
  /external/kernel-headers/original/asm-x86/
pgtable-2level.h 77 ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
pgtable_32.h 120 #define _PAGE_FILE 0x040 /* nonlinear file mapping, saved PTE; unset:swap */
226 static inline int pte_file(pte_t pte) { return (pte).pte_low & _PAGE_FILE; }

Completed in 158 milliseconds

1 2