Home
last modified time | relevance | path

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

/linux-6.15/arch/sparc/mm/
H A Dtlb.c146 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()
/linux-6.15/arch/arm/mm/
H A Dflush.c291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()
310 if (pte_exec(pteval)) in __sync_icache_dcache()
/linux-6.15/arch/powerpc/mm/
H A Dpgtable.c121 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()
/linux-6.15/arch/x86/mm/
H A Dfault.c526 if (pte && pte_present(*pte) && (!pte_exec(*pte) || nx)) in show_fault_oops()
529 if (pte && pte_present(*pte) && pte_exec(*pte) && !nx && in show_fault_oops()
955 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
/linux-6.15/arch/um/kernel/
H A Dtlb.c71 x = pte_exec(*pte); in update_pte_range()
/linux-6.15/arch/hexagon/include/asm/
H A Dpgtable.h330 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.15/arch/m68k/include/asm/
H A Dmcf_pgtable.h168 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.15/arch/um/include/asm/
H A Dpgtable.h126 static inline int pte_exec(pte_t pte){ in pte_exec() function
/linux-6.15/arch/powerpc/mm/ptdump/
H A Dptdump.c190 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
/linux-6.15/arch/powerpc/include/asm/nohash/
H A Dpgtable.h197 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.15/arch/openrisc/include/asm/
H A Dpgtable.h219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.15/arch/microblaze/include/asm/
H A Dpgtable.h247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.15/arch/arm/include/asm/
H A Dpgtable.h186 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h384 static inline int pte_exec(pte_t pte) in pte_exec() function
566 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
/linux-6.15/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h398 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.15/arch/sparc/include/asm/
H A Dpgtable_64.h640 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h461 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h247 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.15/arch/powerpc/xmon/
H A Dxmon.c3281 pte_exec(entry) ? "Exec " : ""); in format_pte()