Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/arch/x86/include/asm/
Dpgtable_types.h297 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
301 #define pgprot_nx pgprot_nx macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h630 #define pgprot_nx pgprot_nx macro
631 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux-6.12.1/include/linux/
Dpgtable.h1352 #define pgprot_nx(prot) (prot) macro
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h684 #define pgprot_nx(prot) \ macro