Searched defs:pte_exec (Results 1 – 14 of 14) sorted by relevance
54 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
349 static inline int pte_exec(pte_t pte) in pte_exec() function
225 static inline int pte_exec(pte_t pte) in pte_exec() function
139 static inline int pte_exec(pte_t pte){ in pte_exec() function
200 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
234 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
261 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
247 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
396 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
292 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
282 static inline int pte_exec(pte_t pte) in pte_exec() function
639 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
169 static inline int pte_exec(pte_t pte) in pte_exec() function
524 static inline bool pte_exec(pte_t pte) in pte_exec() function