Searched defs:pte_exec (Results 1 – 12 of 12) sorted by relevance
181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
143 static inline int pte_exec(pte_t pte){ in pte_exec() function
222 #define pte_exec(pte) (!(pte_val(pte) & L_PTE_XN)) macro
404 static inline int pte_exec(pte_t pte) in pte_exec() function
196 #define pte_exec hv_pte_get_executable macro
231 static inline int pte_exec(pte_t pte) in pte_exec() function
240 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
328 static inline int pte_exec(pte_t pte) in pte_exec() function
347 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
569 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
301 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
125 static inline int pte_exec(pte_t pte) in pte_exec() function