Searched refs:_PAGE_FILE (Results 1 – 4 of 4) sorted by relevance
27 #define _PAGE_FILE (1<<4) macro
75 … ((pte_t) { (((off) & 0x7) << 1) | (((off) & 0x8) << 2) | (((off) >> 4) << 8) | _PAGE_FILE })
42 #define pgoff_to_pte(off) ((pte_t) { (((off) & 0x1f) << 1) + (((off) >> 5) << 8) + _PAGE_FILE })
84 #define _PAGE_FILE 0x040 macro