Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h34 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgtable.h330 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmcf_pgtable.h169 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h126 static inline int pte_exec(pte_t pte){ in pte_exec() function
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h185 #define pte_exec(pte) (pte_isclear((pte), L_PTE_XN)) macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h219 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dpgtable.h247 static inline int pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h411 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgtable.h262 #define pte_exec(pte) ((pte_val(pte) & _PAGE_AR_RX) != 0) macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable.h302 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_64.h623 static inline unsigned long pte_exec(pte_t pte) in pte_exec() function
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h475 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h173 static inline int pte_exec(pte_t pte) in pte_exec() function

Completed in 42 milliseconds