Searched defs:pte_exec (Results 1 – 15 of 15) sorted by relevance
56 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
383 static inline int pte_exec(pte_t pte) in pte_exec() function
179 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
136 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
232 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
219 static inline int pte_exec(pte_t pte) in pte_exec() function
236 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
390 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
334 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
197 static inline int pte_exec(pte_t pte) in pte_exec() function
495 static inline bool pte_exec(pte_t pte) in pte_exec() function