Searched refs:pte_exec (Results 1 – 21 of 21) sorted by relevance
142 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift); in tlb_batch_add()156 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan()208 bool exec = pte_exec(orig_pte); in __set_pmd_acct()
275 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()291 if (pte_exec(pteval)) in __sync_icache_dcache()
111 if (!pte_exec(pte) || !pte_looks_normal(pte)) in set_pte_filter()147 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
219 static inline int pte_exec(pte_t pte) in pte_exec() function336 if (pte_present(pteval) && pte_exec(pteval)) in set_pte_at()
257 (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_XKRW) && pte_exec(pte)))258 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
54 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
179 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
601 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()604 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops()1071 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
235 x = pte_exec(*pte); in update_pte_range()452 x = pte_exec(*pte); in flush_tlb_page()
383 static inline int pte_exec(pte_t pte) in pte_exec() function
136 static inline int pte_exec(pte_t pte){ in pte_exec() function
231 static inline int pte_exec(pte_t pte) in pte_exec() function
236 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
230 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
334 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
388 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
298 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
643 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
197 static inline int pte_exec(pte_t pte) in pte_exec() function
495 static inline bool pte_exec(pte_t pte) in pte_exec() function
3067 pte_exec(entry) ? "Exec " : ""); in format_pte()