Searched refs:pte_exec (Results 1 - 19 of 19) sorted by relevance

/linux-4.1.27/arch/sparc/mm/
H A Dtlb.c132 tlb_batch_add_one(mm, vaddr, pte_exec(orig)); tlb_batch_add()
146 bool exec = pte_exec(*pte); tlb_batch_pmd_scan()
186 bool exec = pte_exec(orig_pte); set_pmd_at()
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgtable.h195 /* should really be using pte_exec, if it weren't declared later. */ set_pte()
396 /* pte_exec - "is PTE marked as executable?" */ pte_exec()
397 static inline int pte_exec(pte_t pte) pte_exec() function
/linux-4.1.27/arch/arm/mm/
H A Dflush.c264 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) __sync_icache_dcache()
280 if (pte_exec(pteval)) __sync_icache_dcache()
/linux-4.1.27/arch/um/kernel/
H A Dtlb.c197 x = pte_exec(*pte); update_pte_range()
411 x = pte_exec(*pte); flush_tlb_page()
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h146 #define pte_exec(pte) (!(pte_val(pte) & PTE_UXN)) macro
220 if (!pte_special(pte) && pte_exec(pte)) set_pte_at()
/linux-4.1.27/arch/m68k/include/asm/
H A Dmcf_pgtable.h230 static inline int pte_exec(pte_t pte) pte_exec() function
/linux-4.1.27/arch/tile/mm/
H A Dhighmem.c208 BUG_ON(pte_exec(prot)); kmap_atomic_prot()
H A Dfault.c243 if (pte_exec(pteval)) handle_migrating_pte()
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable.h138 static inline int pte_exec(pte_t pte){ pte_exec() function
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable.h228 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-4.1.27/arch/x86/mm/
H A Dfault.c606 if (pte && pte_present(*pte) && !pte_exec(*pte)) show_fault_oops()
608 if (pte && pte_present(*pte) && pte_exec(*pte) && show_fault_oops()
920 if ((error_code & PF_INSTR) && !pte_exec(*pte)) spurious_fault_check()
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpgtable.h324 static inline int pte_exec(pte_t pte) pte_exec() function
/linux-4.1.27/arch/openrisc/include/asm/
H A Dpgtable.h239 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } pte_dirty() function
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h128 static inline int pte_exec(pte_t pte) pte_exec() function
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable.h200 #define pte_exec hv_pte_get_executable macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h334 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } pte_dirty() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h297 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_64.h598 static inline unsigned long pte_exec(pte_t pte) pte_exec() function

Completed in 609 milliseconds