Searched refs:pte_special (Results 1 – 15 of 15) sorted by relevance
52 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() function
180 #define pte_special(pte) (pte_isset((pte), L_PTE_SPECIAL)) macro
284 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) macro
276 static inline int pte_special(pte_t pte) function287 static inline int pte_special(pte_t pte) function
99 #define pte_special(pte) (!!(pte_val(pte) & PTE_SPECIAL)) macro317 if (pte_present(pte) && pte_user_exec(pte) && !pte_special(pte)) in set_pte_at()321 pte_present(pte) && pte_tagged(pte) && !pte_special(pte)) in set_pte_at()
43 if (pte_present(pte) && !pte_special(pte)) { in pte_looks_normal()
241 static inline int pte_special(pte_t pte) in pte_special() function
343 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) macro
356 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() function
49 if (!pte_present(pte) || pte_special(pte)) { in addr_to_pfn()
681 static inline unsigned long pte_special(pte_t pte) in pte_special() function
203 static inline int pte_special(pte_t pte) in pte_special() function
498 static inline int pte_special(pte_t pte) in pte_special() function
1683 if (!pte_special(pteval)) in set_pte_at()
781 static inline int pte_special(pte_t pte) in pte_special() function