Searched refs:pte_exec (Results 1 – 18 of 18) sorted by relevance
234 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()250 if (pte_exec(pteval)) in __sync_icache_dcache()
77 if (pte_exec(orig)) in tlb_batch_add()
209 BUG_ON(pte_exec(prot)); in kmap_atomic_prot()
244 if (pte_exec(pteval)) in handle_migrating_pte()
192 x = pte_exec(*pte); in update_pte_range()403 x = pte_exec(*pte); in flush_tlb_page()
181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
404 static inline int pte_exec(pte_t pte) in pte_exec() function
145 static inline int pte_exec(pte_t pte){ in pte_exec() function
195 #define pte_exec hv_pte_get_executable macro
212 #define pte_exec(pte) (!(pte_val(pte) & L_PTE_XN)) macro
586 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()901 if ((error_code & PF_INSTR) && !pte_exec(*pte)) in spurious_fault_check()
240 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
231 static inline int pte_exec(pte_t pte) in pte_exec() function
328 static inline int 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
568 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function