Home
last modified time | relevance | path

Searched refs:_PAGE_FILE (Results 1 – 25 of 43) sorted by relevance

12

/arch/mips/include/asm/
Dpgtable-bits.h42 #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
Dpgtable-32.h163 _PAGE_FILE })
187 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) << 2 })
202 _PAGE_FILE })
/arch/powerpc/include/asm/
Dpte-fsl-booke.h23 #define _PAGE_FILE 0x00002 /* S: when !present: nonlinear file mapping */ macro
Dpte-44x.h80 #define _PAGE_FILE 0x00000004 /* S: nonlinear file mapping */ macro
Dpte-40x.h41 #define _PAGE_FILE 0x001 /* when !present: nonlinear file mapping */ macro
Dpte-hash32.h21 #define _PAGE_FILE 0x004 /* when !present: nonlinear file mapping */ macro
Dpte-8xx.h32 #define _PAGE_FILE 0x0002 /* when !present: nonlinear file mapping */ macro
Dpte-hash64.h19 #define _PAGE_FILE 0x0002 /* (!present only) software: pte holds file offset */ macro
Dpte-book3e.h13 #define _PAGE_FILE 0x000002 /* (!present only) software: pte holds file offset */ macro
/arch/sh/include/asm/
Dpgtable_32.h54 #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 })
Dpgtable_64.h113 #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/
Dpgtable-bits.h9 #define _PAGE_FILE (1<<10) macro
/arch/um/include/asm/
Dpgtable-3level.h125 #define pgoff_to_pte(off) ((pte_t) { ((off) << 32) | _PAGE_FILE })
131 #define pgoff_to_pte(off) ((pte_t) { _PAGE_FILE, (off) })
Dpgtable-2level.h51 #define pgoff_to_pte(off) ((pte_t) { ((off) << 5) + _PAGE_FILE })
/arch/hexagon/include/asm/
Dpgtable.h69 #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/
Dmmu.h61 #define _PAGE_FILE (1<<5) /* set: pagecache, unset: swap (when !PRESENT) */ macro
/arch/avr32/include/asm/
Dpgtable.h104 #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/
Dpgtable.h93 #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/
Dmotorola_pgtable.h31 #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/
Dpgtable-2level.h75 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x7f) << 2) | (((off) >> 7) << 10) | _PAGE_FILE })
/arch/cris/include/arch-v32/arch/
Dmmu.h56 #define _PAGE_FILE (1 << 6) /* 1=pagecache, 0=swap (when !present) */ macro
/arch/alpha/include/asm/
Dpgtable.h76 #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/
Dpgtable.h128 #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/
Dpgtable.h117 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/
Dpgtable-2level.h89 + _PAGE_FILE })

12