Home
last modified time | relevance | path

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

/linux/arch/sparc/mm/
A 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/arch/arm/mm/
A Dflush.c275 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()
291 if (pte_exec(pteval)) in __sync_icache_dcache()
/linux/arch/powerpc/mm/
A Dpgtable.c119 if (!pte_exec(pte) || !pte_looks_normal(pte)) in set_pte_filter()
155 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
/linux/arch/nds32/include/asm/
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
/linux/arch/x86/mm/
A Dfault.c522 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()
525 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops()
979 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
/linux/arch/riscv/include/asm/
A Dpgtable.h284 static inline int pte_exec(pte_t pte) in pte_exec() function
423 if (pte_present(pteval) && pte_exec(pteval)) in set_pte_at()
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h54 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/um/kernel/
A Dtlb.c228 x = pte_exec(*pte); in update_pte_range()
489 x = pte_exec(*pte); in flush_tlb_page()
/linux/arch/hexagon/include/asm/
A Dpgtable.h349 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/m68k/include/asm/
A Dmcf_pgtable.h225 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/um/include/asm/
A Dpgtable.h139 static inline int pte_exec(pte_t pte){ in pte_exec() function
/linux/arch/powerpc/mm/ptdump/
A Dptdump.c189 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
/linux/arch/openrisc/include/asm/
A Dpgtable.h234 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/arm/include/asm/
A Dpgtable.h200 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h261 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h396 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/ia64/include/asm/
A Dpgtable.h292 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/linux/arch/sparc/include/asm/
A Dpgtable_64.h639 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux/arch/x86/include/asm/
A Dpgtable.h169 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h524 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/xmon/
A Dxmon.c3295 pte_exec(entry) ? "Exec " : ""); in format_pte()

Completed in 56 milliseconds