Home
last modified time | relevance | path

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

/linux/arch/arm/mm/
H A Dflush.c291 if (cache_is_vipt_nonaliasing() && !pte_exec(pteval)) in __sync_icache_dcache()
312 if (pte_exec(pteval)) in __sync_icache_dcache()
/linux/arch/x86/mm/
H A Dfault.c525 if (pte && pte_present(*pte) && (!pte_exec(*pte) || nx)) in show_fault_oops()
528 if (pte && pte_present(*pte) && pte_exec(*pte) && !nx && in show_fault_oops()
952 if ((error_code & X86_PF_INSTR) && !pte_exec(*pte)) in spurious_kernel_fault_check()
/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h162 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h203 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c191 if (!pte_write(pte) || !pte_exec(pte)) in note_prot_wx()
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h399 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h365 static inline int pte_exec(pte_t pte) in pte_exec() function
614 if (pte_present(pteval) && pte_exec(pteval)) in __set_pte_at()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h470 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux/arch/x86/include/asm/
H A Dpgtable.h240 static inline int pte_exec(pte_t pte) in pte_exec() function