Searched defs:pte_exec (Results 1 – 13 of 13) sorted by relevance
34 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
330 static inline int pte_exec(pte_t pte) in pte_exec() function
169 static inline int pte_exec(pte_t pte) in pte_exec() function
126 static inline int pte_exec(pte_t pte){ in pte_exec() function
185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
411 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
262 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
302 static inline int pte_exec(pte_t pte) in pte_exec() function
623 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
475 static inline bool pte_exec(pte_t pte) in pte_exec() function
173 static inline int pte_exec(pte_t pte) in pte_exec() function
Completed in 42 milliseconds