Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/sparc/mm/
H A 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-6.6/arch/sparc/mm/
H A Dtlb.c143 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift); in tlb_batch_add()
159 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan()
211 bool exec = pte_exec(orig_pte); in __set_pmd_acct()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A 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/
H A Dpgtable.h242 static inline int pte_exec(pte_t pte) in pte_exec() function
359 if (pte_present(pteval) && pte_exec(pteval)) in set_pte_at()
/kernel/linux/linux-5.10/arch/arm/mm/
H A 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-6.6/arch/arm/mm/
H A Dflush.c291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()
307 if (pte_exec(pteval)) in __sync_icache_dcache()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dpgtable.c121 if (!pte_exec(pte) || !pte_looks_normal(pte)) in set_pte_filter()
160 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A 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/
H A 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-6.6/arch/x86/mm/
H A Dfault.c523 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()
526 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops()
975 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h56 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/
H A Dpgtable.h178 /* should really be using pte_exec, if it weren't declared later. */ in set_pte()
352 /* pte_exec - "is PTE marked as executable?" */
353 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h151 /* should really be using pte_exec, if it weren't declared later. */ in set_pte()
329 /* pte_exec - "is PTE marked as executable?" */
330 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmcf_pgtable.h168 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h36 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtlb.c240 x = pte_exec(*pte); in update_pte_range()
504 x = pte_exec(*pte); in flush_tlb_page()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable.h365 static inline int pte_exec(pte_t pte) in pte_exec() function
525 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtlb.c228 x = pte_exec(*pte); in update_pte_range()
489 x = pte_exec(*pte); in flush_tlb_page()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmcf_pgtable.h223 static inline int pte_exec(pte_t pte) in pte_exec() function
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H A 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/um/include/asm/
H A Dpgtable.h139 static inline int pte_exec(pte_t pte){ in pte_exec() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h200 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H A Dptdump.c190 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()

Completed in 20 milliseconds

12