Searched refs:_PAGE_FILE (Results 1 – 4 of 4) sorted by relevance
42 #define _PAGE_FILE (1<<10) /* set:pagecache unset:swap */ macro60 #define _PAGE_FILE (1<<4) /* set:pagecache unset:swap */ macro
196 static inline int pte_file(pte_t pte) { return pte.pte_low & _PAGE_FILE; } in pte_file()252 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file()
77 ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
120 #define _PAGE_FILE 0x040 /* nonlinear file mapping, saved PTE; unset:swap */ macro226 static inline int pte_file(pte_t pte) { return (pte).pte_low & _PAGE_FILE; } in pte_file()