Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/include/linux/
Dpgtable.h1098 #ifndef pgprot_nx
1099 #define pgprot_nx(prot) (prot) macro
/linux-6.6.21/mm/
Dvmalloc.c312 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in ioremap_page_range()
2922 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()
2970 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h557 #define pgprot_nx(prot) \ macro