/linux-6.3-rc2/arch/sparc/mm/ |
A D | tlb.c | 141 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-6.3-rc2/arch/arm/mm/ |
A D | flush.c | 275 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache() 291 if (pte_exec(pteval)) in __sync_icache_dcache()
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | pgtable.c | 119 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-6.3-rc2/arch/x86/mm/ |
A D | fault.c | 522 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() 989 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 330 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 34 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | mcf_pgtable.h | 169 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | tlb.c | 228 x = pte_exec(*pte); in update_pte_range() 489 x = pte_exec(*pte); in flush_tlb_page()
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 302 static inline int pte_exec(pte_t pte) in pte_exec() function 453 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 126 static inline int pte_exec(pte_t pte){ in pte_exec() function
|
/linux-6.3-rc2/arch/powerpc/mm/ptdump/ |
A D | ptdump.c | 190 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 411 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 262 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_64.h | 623 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 475 static inline bool pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 173 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.3-rc2/arch/powerpc/xmon/ |
A D | xmon.c | 3297 pte_exec(entry) ? "Exec " : ""); in format_pte()
|