Home
last modified time | relevance | path

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

/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h54 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-5.10/arch/hexagon/include/asm/
Dpgtable.h353 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-5.10/arch/m68k/include/asm/
Dmcf_pgtable.h223 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-5.10/arch/arm/include/asm/
Dpgtable.h197 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-5.10/arch/um/include/asm/
Dpgtable.h139 static inline int pte_exec(pte_t pte){ in pte_exec() function
/linux-5.10/arch/openrisc/include/asm/
Dpgtable.h235 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-5.10/arch/riscv/include/asm/
Dpgtable.h221 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-5.10/arch/nds32/include/asm/
Dpgtable.h247 #define pte_exec(pte) (pte_val(pte) & _PAGE_E) macro
/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h357 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h304 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-5.10/arch/ia64/include/asm/
Dpgtable.h298 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/linux-5.10/arch/sparc/include/asm/
Dpgtable_64.h643 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux-5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h501 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux-5.10/arch/x86/include/asm/
Dpgtable.h198 static inline int pte_exec(pte_t pte) in pte_exec() function