Home
last modified time | relevance | path

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

/linux-6.8/arch/hexagon/include/asm/
Dpgtable.h330 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.8/arch/powerpc/include/asm/nohash/
Dpgtable.h167 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.8/arch/m68k/include/asm/
Dmcf_pgtable.h168 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.8/arch/um/include/asm/
Dpgtable.h126 static inline int pte_exec(pte_t pte){ in pte_exec() function
/linux-6.8/arch/arm/include/asm/
Dpgtable.h187 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-6.8/arch/openrisc/include/asm/
Dpgtable.h219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.8/arch/microblaze/include/asm/
Dpgtable.h247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.8/arch/powerpc/include/asm/book3s/32/
Dpgtable.h397 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.8/arch/riscv/include/asm/
Dpgtable.h366 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.8/arch/sparc/include/asm/
Dpgtable_64.h640 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux-6.8/arch/powerpc/include/asm/book3s/64/
Dpgtable.h459 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux-6.8/arch/x86/include/asm/
Dpgtable.h208 static inline int pte_exec(pte_t pte) in pte_exec() function