Searched refs:pte_exec (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/sparc/mm/
H A Dtlb.c143 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift);
159 bool exec = pte_exec(*pte);
211 bool exec = pte_exec(orig_pte);
/linux-master/arch/arm/mm/
H A Dflush.c291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval))
310 if (pte_exec(pteval))
/linux-master/arch/powerpc/mm/
H A Dpgtable.c121 if (!pte_exec(pte) || !pte_looks_normal(pte, addr))
160 if (dirty || pte_exec(pte) || !is_exec_fault())
/linux-master/arch/m68k/include/asm/
H A Dmcf_pgtable.h168 static inline int pte_exec(pte_t pte) function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h151 /* should really be using pte_exec, if it weren't declared later. */
329 /* pte_exec - "is PTE marked as executable?" */
330 static inline int pte_exec(pte_t pte) function
/linux-master/arch/um/include/asm/
H A Dpgtable.h126 static inline int pte_exec(pte_t pte){ function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h167 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } function
/linux-master/arch/um/kernel/
H A Dtlb.c228 x = pte_exec(*pte);
489 x = pte_exec(*pte);
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } function
/linux-master/arch/arm/include/asm/
H A Dpgtable.h187 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c190 if (!pte_write(pte) || !pte_exec(pte))
/linux-master/arch/x86/mm/
H A Dfault.c525 if (pte && pte_present(*pte) && !pte_exec(*pte))
528 if (pte && pte_present(*pte) && pte_exec(*pte) &&
981 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte))
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h397 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h360 static inline int pte_exec(pte_t pte) function
520 if (pte_present(pteval) && pte_exec(pteval))
/linux-master/arch/sparc/include/asm/
H A Dpgtable_64.h640 static inline unsigned long pte_exec(pte_t pte) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h459 static inline bool pte_exec(pte_t pte) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h207 static inline int pte_exec(pte_t pte) function
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3298 pte_exec(entry) ? "Exec " : "");

Completed in 359 milliseconds