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
353 static inline int pte_exec(pte_t pte) in pte_exec() function
223 static inline int pte_exec(pte_t pte) in pte_exec() function
197 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
139 static inline int pte_exec(pte_t pte){ in pte_exec() function
235 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
221 static inline int pte_exec(pte_t pte) in pte_exec() function
247 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
357 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
304 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
643 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
501 static inline bool pte_exec(pte_t pte) in pte_exec() function
198 static inline int pte_exec(pte_t pte) in pte_exec() function