Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h76 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
80 #define pgprot_nx pgprot_nx macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h99 #define pgprot_nx pgprot_nx macro
101 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h640 #define pgprot_nx pgprot_nx macro
641 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/include/linux/
H A Dpgtable.h1340 #define pgprot_nx(prot) (prot) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h783 #define pgprot_nx(prot) \ macro