/linux-4.1.27/arch/sparc/mm/ |
D | tlb.c | 132 tlb_batch_add_one(mm, vaddr, pte_exec(orig)); in tlb_batch_add() 146 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() 186 bool exec = pte_exec(orig_pte); in set_pmd_at()
|
/linux-4.1.27/arch/arm/mm/ |
D | flush.c | 264 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache() 280 if (pte_exec(pteval)) in __sync_icache_dcache()
|
/linux-4.1.27/arch/tile/mm/ |
D | highmem.c | 208 BUG_ON(pte_exec(prot)); in kmap_atomic_prot()
|
D | fault.c | 243 if (pte_exec(pteval)) in handle_migrating_pte()
|
/linux-4.1.27/arch/x86/mm/ |
D | fault.c | 606 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops() 608 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops() 920 if ((error_code & PF_INSTR) && !pte_exec(*pte)) in spurious_fault_check()
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | pgtable.h | 146 #define pte_exec(pte) (!(pte_val(pte) & PTE_UXN)) macro 220 if (!pte_special(pte) && pte_exec(pte)) in set_pte_at()
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 197 x = pte_exec(*pte); in update_pte_range() 411 x = pte_exec(*pte); in flush_tlb_page()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | pgtable.h | 181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | pgtable.h | 397 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.1.27/arch/um/include/asm/ |
D | pgtable.h | 138 static inline int pte_exec(pte_t pte){ in pte_exec() function
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 239 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | mcf_pgtable.h | 230 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.1.27/arch/arm/include/asm/ |
D | pgtable.h | 228 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
|
/linux-4.1.27/arch/tile/include/asm/ |
D | pgtable.h | 200 #define pte_exec hv_pte_get_executable macro
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 334 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | pgtable.h | 324 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | pgtable.h | 297 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 128 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_64.h | 598 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
|