Searched refs:pte_special (Results 1 – 15 of 15) sorted by relevance
98 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) macro
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
270 static inline int pte_special(pte_t pte) function281 static inline int pte_special(pte_t pte) function
97 #define pte_special(pte) (!!(pte_val(pte) & PTE_SPECIAL)) macro318 if (pte_present(pte) && pte_user_exec(pte) && !pte_special(pte)) in set_pte_at()328 !pte_special(pte)) { in set_pte_at()
52 if (pte_present(pte) && !pte_special(pte)) { in pte_looks_normal()
343 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) macro
395 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() function
306 static inline int pte_special(pte_t pte) in pte_special() function
49 if (!pte_present(pte) || pte_special(pte)) { in addr_to_pfn()
677 static inline unsigned long pte_special(pte_t pte) in pte_special() function
174 static inline int pte_special(pte_t pte) in pte_special() function
519 static inline int pte_special(pte_t pte) in pte_special() function
1786 if (!pte_special(pteval)) in set_pte_at()
775 static inline int pte_special(pte_t pte) in pte_special() function