Searched refs:pte_exec (Results 1 – 6 of 6) sorted by relevance
291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()312 if (pte_exec(pteval)) in __sync_icache_dcache()
162 static inline int pte_exec(pte_t pte) in pte_exec() function
203 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
191 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
399 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
470 static inline bool pte_exec(pte_t pte) in pte_exec() function