Home
last modified time | relevance | path

Searched defs:pte_exec (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h36 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/openbmc/linux/arch/hexagon/include/asm/
H A Dpgtable.h330 static inline int pte_exec(pte_t pte) in pte_exec() function
/openbmc/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h168 static inline int pte_exec(pte_t pte) in pte_exec() function
/openbmc/linux/arch/um/include/asm/
H A Dpgtable.h126 static inline int pte_exec(pte_t pte){ in pte_exec() function
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable.h187 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h411 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h263 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h365 static inline int pte_exec(pte_t pte) in pte_exec() function
/openbmc/linux/arch/sparc/include/asm/
H A Dpgtable_64.h640 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h450 static inline bool pte_exec(pte_t pte) in pte_exec() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h207 static inline int pte_exec(pte_t pte) in pte_exec() function