/arch/mips/include/asm/ |
D | pgtable-bits.h | 42 #define _PAGE_FILE (1<<10) /* set:pagecache unset:swap */ macro 60 #define _PAGE_FILE (1<<4) /* set:pagecache unset:swap */ macro 95 #define _PAGE_FILE (_PAGE_MODIFIED) macro
|
D | pgtable-32.h | 163 _PAGE_FILE }) 187 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 }) 202 _PAGE_FILE })
|
/arch/powerpc/include/asm/ |
D | pte-fsl-booke.h | 23 #define _PAGE_FILE 0x00002 /* S: when !present: nonlinear file mapping */ macro
|
D | pte-44x.h | 80 #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */ macro
|
D | pte-40x.h | 41 #define _PAGE_FILE 0x001 /* when !present: nonlinear file mapping */ macro
|
D | pte-hash32.h | 21 #define _PAGE_FILE 0x004 /* when !present: nonlinear file mapping */ macro
|
D | pte-8xx.h | 32 #define _PAGE_FILE 0x0002 /* when !present: nonlinear file mapping */ macro
|
D | pte-hash64.h | 19 #define _PAGE_FILE 0x0002 /* (!present only) software: pte holds file offset */ macro
|
D | pte-book3e.h | 13 #define _PAGE_FILE 0x000002 /* (!present only) software: pte holds file offset */ macro
|
/arch/sh/include/asm/ |
D | pgtable_32.h | 54 #define _PAGE_FILE _PAGE_WT /* software: pagecache or swap? */ macro 108 _PAGE_FILE | _PAGE_SZ1 | \ 113 _PAGE_FILE | _PAGE_PR_MASK | _PAGE_SZ_MASK) 115 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | _PAGE_FILE) 346 #define pte_file(pte) ((pte).pte_low & _PAGE_FILE) 478 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) }) 494 #define pgoff_to_pte(off) ((pte_t) { ((off) << 1) | _PAGE_FILE })
|
D | pgtable_64.h | 113 #define _PAGE_FILE 0x004 /* software: only when !present */ macro 135 #define _PAGE_CLEAR_FLAGS (_PAGE_PRESENT | _PAGE_FILE | _PAGE_SHARED | \ 266 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() 313 #define pgoff_to_pte(off) ((pte_t) { (off) | _PAGE_FILE })
|
/arch/score/include/asm/ |
D | pgtable-bits.h | 9 #define _PAGE_FILE (1<<10) macro
|
/arch/um/include/asm/ |
D | pgtable-3level.h | 125 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE }) 131 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) })
|
D | pgtable-2level.h | 51 #define pgoff_to_pte(off) ((pte_t) { ((off) << 5) + _PAGE_FILE })
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 69 #define _PAGE_FILE _PAGE_DIRTY /* set: pagecache, unset = swap */ macro 506 ((pte_val(pte) & (_PAGE_FILE | _PAGE_PRESENT)) == _PAGE_FILE) 513 | _PAGE_FILE) })
|
/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 61 #define _PAGE_FILE (1<<5) /* set: pagecache, unset: swap (when !PRESENT) */ macro
|
/arch/avr32/include/asm/ |
D | pgtable.h | 104 #define _PAGE_FILE (1 << _PAGE_BIT_FILE) macro 218 return pte_val(pte) & _PAGE_FILE; in pte_file() 359 | _PAGE_FILE) })
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 93 #define _PAGE_FILE (1<<1) /* non-linear mapping, if !present */ macro 220 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() 359 ((pte_t) { ((off) << 4) | _PAGE_INVALID | _PAGE_FILE })
|
/arch/m68k/include/asm/ |
D | motorola_pgtable.h | 31 #define _PAGE_FILE 0x008 /* pagecache or swap? */ macro 171 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() 278 pte_t pte = { (off << 4) + _PAGE_FILE }; in pgoff_to_pte()
|
/arch/m32r/include/asm/ |
D | pgtable-2level.h | 75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7f) << 2) | (((off) >> 7) << 10) | _PAGE_FILE })
|
/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 56 #define _PAGE_FILE (1 << 6) /* 1=pagecache, 0=swap (when !present) */ macro
|
/arch/alpha/include/asm/ |
D | pgtable.h | 76 #define _PAGE_FILE 0x80000 /* set:pagecache, unset:swap */ macro 271 extern inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() 349 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE })
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 128 #define _PAGE_FILE 0x004 /* set: pagecache, unset: swap (when !PRESENT) */ macro 243 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() 445 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE)
|
/arch/cris/include/asm/ |
D | pgtable.h | 117 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() 297 #define pgoff_to_pte(x) __pte(((x) << 6) | _PAGE_FILE)
|
/arch/x86/include/asm/ |
D | pgtable-2level.h | 89 + _PAGE_FILE })
|