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.h76 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
80 #define pgprot_nx pgprot_nx macro
/linux/arch/x86/include/asm/
H A Dpgtable_types.h297 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
301 #define pgprot_nx pgprot_nx macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h628 #define pgprot_nx pgprot_nx macro
629 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/include/linux/
H A Dpgtable.h1478 #define pgprot_nx(prot) (prot) macro