Home
last modified time | relevance | path

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

/Linux-v6.1/arch/sparc/mm/
Dtlb.c141 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift); in tlb_batch_add()
155 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan()
207 bool exec = pte_exec(orig_pte); in __set_pmd_acct()
/Linux-v6.1/arch/arm/mm/
Dflush.c275 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()
291 if (pte_exec(pteval)) in __sync_icache_dcache()
/Linux-v6.1/arch/powerpc/mm/
Dpgtable.c119 if (!pte_exec(pte) || !pte_looks_normal(pte)) in set_pte_filter()
158 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
/Linux-v6.1/arch/x86/mm/
Dfault.c543 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()
546 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops()
1010 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dpgtable.h34 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/Linux-v6.1/arch/hexagon/include/asm/
Dpgtable.h327 static inline int pte_exec(pte_t pte) in pte_exec() function
/Linux-v6.1/arch/m68k/include/asm/
Dmcf_pgtable.h166 static inline int pte_exec(pte_t pte) in pte_exec() function
/Linux-v6.1/arch/riscv/include/asm/
Dpgtable.h302 static inline int pte_exec(pte_t pte) in pte_exec() function
450 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
/Linux-v6.1/arch/um/kernel/
Dtlb.c228 x = pte_exec(*pte); in update_pte_range()
489 x = pte_exec(*pte); in flush_tlb_page()
/Linux-v6.1/arch/um/include/asm/
Dpgtable.h123 static inline int pte_exec(pte_t pte){ in pte_exec() function
/Linux-v6.1/arch/powerpc/mm/ptdump/
Dptdump.c190 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
/Linux-v6.1/arch/openrisc/include/asm/
Dpgtable.h216 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/Linux-v6.1/arch/arm/include/asm/
Dpgtable.h185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/Linux-v6.1/arch/microblaze/include/asm/
Dpgtable.h244 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h384 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/Linux-v6.1/arch/ia64/include/asm/
Dpgtable.h275 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/Linux-v6.1/arch/sparc/include/asm/
Dpgtable_64.h620 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/Linux-v6.1/arch/x86/include/asm/
Dpgtable.h173 static inline int pte_exec(pte_t pte) in pte_exec() function
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h509 static inline bool pte_exec(pte_t pte) in pte_exec() function
/Linux-v6.1/arch/powerpc/xmon/
Dxmon.c3300 pte_exec(entry) ? "Exec " : ""); in format_pte()