Searched defs:pte_exec (Results 1 – 12 of 12) sorted by relevance
181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
404 static inline int pte_exec(pte_t pte) in pte_exec() function
212 #define pte_exec(pte) (!(pte_val(pte) & L_PTE_XN)) macro
145 static inline int pte_exec(pte_t pte){ in pte_exec() function
195 #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
568 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
346 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
300 #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