Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpgtable_types.h267 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
271 #define pgprot_nx pgprot_nx macro
/linux-6.1.9/include/linux/
Dpgtable.h978 #ifndef pgprot_nx
979 #define pgprot_nx(prot) (prot) macro
/linux-6.1.9/mm/
Dvmalloc.c320 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in ioremap_page_range()
2854 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()
2896 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/linux-6.1.9/arch/arm64/include/asm/
Dpgtable.h554 #define pgprot_nx(prot) \ macro