Home
last modified time | relevance | path

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

/linux-6.8/arch/powerpc/include/asm/
Dpgtable.h74 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
78 #define pgprot_nx pgprot_nx macro
/linux-6.8/arch/x86/include/asm/
Dpgtable_types.h296 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
300 #define pgprot_nx pgprot_nx macro
/linux-6.8/arch/arm64/include/asm/
Dpgtable.h565 #define pgprot_nx(prot) \ macro
/linux-6.8/include/linux/
Dpgtable.h1127 #define pgprot_nx(prot) (prot) macro