Searched refs:pte_file (Results 1 – 3 of 3) sorted by relevance
196 static inline int pte_file(pte_t pte) { return pte.pte_low & _PAGE_FILE; } in pte_file() function252 static inline int pte_file(pte_t pte) { return pte_val(pte) & _PAGE_FILE; } in pte_file() function
250 #define pte_file(pte) (pte_val(pte) & L_PTE_FILE) macro
226 static inline int pte_file(pte_t pte) { return (pte).pte_low & _PAGE_FILE; } in pte_file() function