Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
Dpgtable.h77 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
81 #define pgprot_nx pgprot_nx macro
/linux-6.15/arch/loongarch/include/asm/
Dpgtable-bits.h99 #define pgprot_nx pgprot_nx macro
101 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux-6.15/arch/x86/include/asm/
Dpgtable_types.h303 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
307 #define pgprot_nx pgprot_nx macro
/linux-6.15/arch/riscv/include/asm/
Dpgtable.h642 #define pgprot_nx pgprot_nx macro
643 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux-6.15/include/linux/
Dpgtable.h1344 #define pgprot_nx(prot) (prot) macro
/linux-6.15/arch/arm64/include/asm/
Dpgtable.h686 #define pgprot_nx(prot) \ macro