Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpgtable_types.h284 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
288 #define pgprot_nx pgprot_nx macro
/linux/include/linux/
A Dpgtable.h913 #ifndef pgprot_nx
914 #define pgprot_nx(prot) (prot) macro
/linux/mm/
A Dvmalloc.c319 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in ioremap_page_range()
2773 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()
2815 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/linux/arch/arm64/include/asm/
A Dpgtable.h500 #define pgprot_nx(prot) \ macro

Completed in 21 milliseconds