Home
last modified time | relevance | path

Searched defs:pgprot_nx (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h80 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
84 #define pgprot_nx pgprot_nx macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h129 #define pgprot_nx pgprot_nx macro
131 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h704 #define pgprot_nx pgprot_nx macro
705 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h740 #define pgprot_nx(prot) \ macro