Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable_types.h288 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
292 #define pgprot_nx pgprot_nx macro
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h841 #define pgprot_nx(prot) (prot) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h481 #define pgprot_nx(prot) \ macro