Searched refs:pte_exec (Results 1 – 11 of 11) sorted by relevance
291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()310 if (pte_exec(pteval)) in __sync_icache_dcache()
525 if (pte && pte_present(*pte) && (!pte_exec(*pte) || nx)) in show_fault_oops()528 if (pte && pte_present(*pte) && pte_exec(*pte) && !nx && in show_fault_oops()952 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
327 static inline int pte_exec(pte_t pte) in pte_exec() function
162 static inline int pte_exec(pte_t pte) in pte_exec() function
71 x = pte_exec(*pte); in update_pte_range()
128 static inline int pte_exec(pte_t pte){ in pte_exec() function
202 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
246 static inline int 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()
380 static inline int pte_exec(pte_t pte) in pte_exec() function629 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
638 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function