Searched refs:pte_mkexec (Results 1 - 9 of 9) sorted by relevance

/arch/tile/kernel/
H A Dmachine_kexec.c292 __set_pte(ptep, pte_mkexec(*ptep));
/arch/hexagon/include/asm/
H A Dpgtable.h383 /* pte_mkexec - mark PTE as executable */
384 static inline pte_t pte_mkexec(pte_t pte) function
/arch/m68k/include/asm/
H A Dmcf_pgtable.h298 static inline pte_t pte_mkexec(pte_t pte) function
/arch/openrisc/include/asm/
H A Dpgtable.h289 static inline pte_t pte_mkexec(pte_t pte) function
/arch/microblaze/include/asm/
H A Dpgtable.h358 static inline pte_t pte_mkexec(pte_t pte) \ function
/arch/mn10300/include/asm/
H A Dpgtable.h267 static inline pte_t pte_mkexec(pte_t pte) { pte_val(pte) &= ~_PAGE_NX; return pte; } function
/arch/tile/include/asm/
H A Dpgtable.h210 #define pte_mkexec hv_pte_set_executable macro
/arch/x86/include/asm/
H A Dpgtable.h211 static inline pte_t pte_mkexec(pte_t pte) function
/arch/arm/mm/
H A Dmmu.c388 PTE_SET_FN(x, pte_mkexec)

Completed in 175 milliseconds