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.h64 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
68 #define pgprot_nx pgprot_nx macro
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h97 #define pgprot_nx pgprot_nx macro
99 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h629 #define pgprot_nx pgprot_nx macro
630 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/include/linux/
H A Dpgtable.h1494 #define pgprot_nx(prot) (prot) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h774 #define pgprot_nx(prot) \ macro