Home
last modified time | relevance | path

Searched refs:pgprot_nx (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable_types.h289 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
293 #define pgprot_nx pgprot_nx macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable_types.h296 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
300 #define pgprot_nx pgprot_nx macro
/kernel/linux/linux-5.10/include/linux/
H A Dpgtable.h841 #ifndef pgprot_nx
842 #define pgprot_nx(prot) (prot) macro
/kernel/linux/linux-6.6/include/linux/
H A Dpgtable.h1098 #ifndef pgprot_nx
1099 #define pgprot_nx(prot) (prot) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h481 #define pgprot_nx(prot) \ macro
/kernel/linux/linux-6.6/mm/
H A 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()
/kernel/linux/linux-5.10/mm/
H A Dvmalloc.c2402 if (map_kernel_range((unsigned long)area->addr, size, pgprot_nx(prot), in vmap()
2444 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h557 #define pgprot_nx(prot) \ macro

Completed in 38 milliseconds