Searched defs:pte_exec (Results 1 - 12 of 12) sorted by relevance

/arch/arm/include/asm/
H A Dpgtable.h222 #define pte_exec(pte) (!(pte_val(pte) & L_PTE_XN)) macro
/arch/hexagon/include/asm/
H A Dpgtable.h202 /* should really be using pte_exec, if it weren't declared later. */
403 /* pte_exec - "is PTE marked as executable?" */
404 static inline int pte_exec(pte_t pte) function
/arch/um/include/asm/
H A Dpgtable.h145 static inline int pte_exec(pte_t pte){ function
/arch/unicore32/include/asm/
H A Dpgtable.h181 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
/arch/m68k/include/asm/
H A Dmcf_pgtable.h231 static inline int pte_exec(pte_t pte) function
/arch/microblaze/include/asm/
H A Dpgtable.h346 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } function
/arch/openrisc/include/asm/
H A Dpgtable.h240 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } function
/arch/tile/include/asm/
H A Dpgtable.h195 #define pte_exec hv_pte_get_executable macro
/arch/ia64/include/asm/
H A Dpgtable.h300 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/arch/mn10300/include/asm/
H A Dpgtable.h328 static inline int pte_exec(pte_t pte) function
/arch/sparc/include/asm/
H A Dpgtable_64.h568 static inline unsigned long pte_exec(pte_t pte) function
/arch/x86/include/asm/
H A Dpgtable.h125 static inline int pte_exec(pte_t pte) function

Completed in 478 milliseconds