Home
last modified time | relevance | path

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

/linux/arch/hexagon/include/asm/
H A Dpgtable.h327 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h197 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h162 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/arm/include/asm/
H A Dpgtable.h185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/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
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h398 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/sparc/include/asm/
H A Dpgtable_64.h638 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h382 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h460 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux/arch/x86/include/asm/
H A Dpgtable.h247 static inline int pte_exec(pte_t pte) in pte_exec() function