Searched defs:pte_exec (Results 1 – 12 of 12) sorted by relevance
182 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
396 static inline int pte_exec(pte_t pte) in pte_exec() function
138 static inline int pte_exec(pte_t pte){ in pte_exec() function
231 static inline int pte_exec(pte_t pte) in pte_exec() function
194 static inline int pte_exec(pte_t pte) in pte_exec() function
230 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
240 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
258 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
336 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
298 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
673 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
181 static inline int pte_exec(pte_t pte) in pte_exec() function