/linux-4.4.14/arch/sparc/mm/ |
D | tlb.c | 142 tlb_batch_add_one(mm, vaddr, pte_exec(orig), huge); in tlb_batch_add() 156 bool exec = pte_exec(*pte); in tlb_batch_pmd_scan() 196 bool exec = pte_exec(orig_pte); in set_pmd_at()
|
/linux-4.4.14/arch/arm/mm/ |
D | flush.c | 279 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache() 295 if (pte_exec(pteval)) in __sync_icache_dcache()
|
/linux-4.4.14/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.4.14/arch/x86/mm/ |
D | fault.c | 610 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops() 612 if (pte && pte_present(*pte) && pte_exec(*pte) && in show_fault_oops() 924 if ((error_code & PF_INSTR) && !pte_exec(*pte)) in spurious_fault_check()
|
/linux-4.4.14/arch/um/kernel/ |
D | tlb.c | 207 x = pte_exec(*pte); in update_pte_range() 421 x = pte_exec(*pte); in flush_tlb_page()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | pgtable.h | 181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | pgtable.h | 397 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 156 #define pte_exec(pte) (!(pte_val(pte) & PTE_UXN)) macro 271 if (pte_user(pte) && pte_exec(pte) && !pte_special(pte)) in set_pte_at()
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable.h | 138 static inline int pte_exec(pte_t pte){ in pte_exec() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | mcf_pgtable.h | 230 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.4.14/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.4.14/arch/arm/include/asm/ |
D | pgtable.h | 228 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgtable.h | 200 #define pte_exec hv_pte_get_executable macro
|
/linux-4.4.14/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.4.14/arch/mn10300/include/asm/ |
D | pgtable.h | 324 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | pgtable.h | 297 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 135 static inline int pte_exec(pte_t pte) in pte_exec() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_64.h | 614 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
|