Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/nohash/
Dpgtable.h56 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/arch/hexagon/include/asm/
Dpgtable.h383 static inline int pte_exec(pte_t pte) in pte_exec() function
/arch/unicore32/include/asm/
Dpgtable.h179 #define pte_exec(pte) (pte_val(pte) & PTE_EXEC) macro
/arch/um/include/asm/
Dpgtable.h136 static inline int pte_exec(pte_t pte){ in pte_exec() function
/arch/m68k/include/asm/
Dmcf_pgtable.h231 static inline int pte_exec(pte_t pte) in pte_exec() function
/arch/arm/include/asm/
Dpgtable.h232 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/arch/riscv/include/asm/
Dpgtable.h219 static inline int pte_exec(pte_t pte) in pte_exec() function
/arch/openrisc/include/asm/
Dpgtable.h236 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/arch/nds32/include/asm/
Dpgtable.h258 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h390 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/arch/microblaze/include/asm/
Dpgtable.h334 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/arch/ia64/include/asm/
Dpgtable.h298 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/arch/sparc/include/asm/
Dpgtable_64.h643 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/arch/x86/include/asm/
Dpgtable.h197 static inline int pte_exec(pte_t pte) in pte_exec() function
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h495 static inline bool pte_exec(pte_t pte) in pte_exec() function