Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/mm/
Dtlb.c140 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift); in tlb_batch_add()
154 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan()
206 bool exec = pte_exec(orig_pte); in __set_pmd_acct()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dpgtable.c110 if (!pte_exec(pte) || !pte_looks_normal(pte)) in set_pte_filter()
146 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h220 static inline int pte_exec(pte_t pte) in pte_exec() function
337 if (pte_present(pteval) && pte_exec(pteval)) in set_pte_at()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dpgtable.h246 (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_XKRW) && pte_exec(pte)))
247 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
/kernel/linux/linux-5.10/arch/x86/mm/
Dfault.c529 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()
532 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops()
1001 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h54 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h353 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-5.10/arch/um/kernel/
Dtlb.c240 x = pte_exec(*pte); in update_pte_range()
504 x = pte_exec(*pte); in flush_tlb_page()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmcf_pgtable.h223 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h139 static inline int pte_exec(pte_t pte){ in pte_exec() function
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dpgtable.h235 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable.h200 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h304 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
Dptdump.c192 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h358 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpgtable.h298 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_64.h643 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h503 static inline bool pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable.h198 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c3229 pte_exec(entry) ? "Exec " : ""); in format_pte()