Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h203 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h162 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h399 static inline bool pte_exec(pte_t pte) { return pte_val(pte) & _PAGE_EXEC; } in pte_exec() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h365 static inline int pte_exec(pte_t pte) in pte_exec() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h470 static inline bool pte_exec(pte_t pte) in pte_exec() function
/linux/arch/x86/include/asm/
H A Dpgtable.h240 static inline int pte_exec(pte_t pte) in pte_exec() function