Home
last modified time | relevance | path

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

/linux-6.12.1/arch/hexagon/include/asm/
Dpgtable.h330 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpgtable.h197 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.12.1/arch/m68k/include/asm/
Dmcf_pgtable.h168 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.12.1/arch/arm/include/asm/
Dpgtable.h187 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-6.12.1/arch/um/include/asm/
Dpgtable.h126 static inline int pte_exec(pte_t pte){ in pte_exec() function
/linux-6.12.1/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.12.1/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.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h398 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_64.h640 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h372 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h461 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h247 static inline int pte_exec(pte_t pte) in pte_exec() function