Searched refs:pte_exec (Results 1 – 19 of 19) sorted by relevance
146 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift); in tlb_batch_add()162 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan()214 bool exec = pte_exec(orig_pte); in __set_pmd_acct()
291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()310 if (pte_exec(pteval)) in __sync_icache_dcache()
121 if (!pte_exec(pte) || !pte_looks_normal(pte, addr)) in set_pte_filter()160 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
71 x = pte_exec(*pte); in update_pte_range()
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
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()954 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
126 static inline int pte_exec(pte_t pte){ in pte_exec() function
197 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
190 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
398 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
382 static inline int pte_exec(pte_t pte) in pte_exec() function552 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
460 static inline bool pte_exec(pte_t pte) in pte_exec() function
247 static inline int pte_exec(pte_t pte) in pte_exec() function
3281 pte_exec(entry) ? "Exec " : ""); in format_pte()
Completed in 50 milliseconds