Home
last modified time | relevance | path

Searched refs:pte_exec (Results 1 – 7 of 7) sorted by relevance

/arch/sparc/mm/
Dtlb.c52 if (pte_exec(orig)) in tlb_batch_add()
/arch/x86/mm/
Dfault.c393 if (pte && pte_present(*pte) && !pte_exec(*pte)) in show_fault_oops()
436 if ((error_code & PF_INSTR) && !pte_exec(*pte)) in spurious_fault_check()
/arch/um/kernel/
Dtlb.c192 x = pte_exec(*pte); in update_pte_range()
403 x = pte_exec(*pte); in flush_tlb_page()
/arch/um/include/asm/
Dpgtable.h138 static inline int pte_exec(pte_t pte){ in pte_exec() function
/arch/x86/include/asm/
Dpgtable.h220 static inline int pte_exec(pte_t pte) in pte_exec() function
/arch/ia64/include/asm/
Dpgtable.h301 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/arch/sparc/include/asm/
Dpgtable_64.h562 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function