/linux-6.12.1/arch/sparc/mm/ |
D | tlb.c | 143 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()
|
/linux-6.12.1/arch/arm/mm/ |
D | flush.c | 291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache() 310 if (pte_exec(pteval)) in __sync_icache_dcache()
|
/linux-6.12.1/arch/powerpc/mm/ |
D | pgtable.c | 121 if (!pte_exec(pte) || !pte_looks_normal(pte, addr)) in set_pte_filter() 160 if (dirty || pte_exec(pte) || !is_exec_fault()) in set_access_flags_filter()
|
/linux-6.12.1/arch/x86/mm/ |
D | fault.c | 527 if (pte && pte_present(*pte) && (!pte_exec(*pte) || nx)) in show_fault_oops() 530 if (pte && pte_present(*pte) && pte_exec(*pte) && !nx && in show_fault_oops() 956 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 330 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.12.1/arch/um/kernel/ |
D | tlb.c | 74 x = pte_exec(*pte); in update_pte_range()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | mcf_pgtable.h | 168 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.12.1/arch/powerpc/mm/ptdump/ |
D | ptdump.c | 190 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 197 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 372 static inline int pte_exec(pte_t pte) in pte_exec() function 554 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | pgtable.h | 187 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | pgtable.h | 219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.12.1/arch/um/include/asm/ |
D | pgtable.h | 126 static inline int pte_exec(pte_t pte){ in pte_exec() function
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 398 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_64.h | 640 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 461 static inline bool pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable.h | 247 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-6.12.1/arch/powerpc/xmon/ |
D | xmon.c | 3298 pte_exec(entry) ? "Exec " : ""); in format_pte()
|