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

/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h76 static inline pgprot_t pgprot_nx(pgprot_t prot) function
80 #define pgprot_nx pgprot_nx macro
/linux-master/arch/powerpc/mm/
H A Dioremap.c65 int err = map_kernel_page(ea + i, pa + i, pgprot_nx(prot));
/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h297 static inline pgprot_t pgprot_nx(pgprot_t prot) function
301 #define pgprot_nx pgprot_nx macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h596 #define pgprot_nx pgprot_nx macro
597 static inline pgprot_t pgprot_nx(pgprot_t _prot) function
/linux-master/include/linux/
H A Dpgtable.h1253 #ifndef pgprot_nx
1254 #define pgprot_nx(prot) (prot) macro
/linux-master/mm/
H A Dvmalloc.c312 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot),
3420 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot),
3468 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) };
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h585 #define pgprot_nx(prot) \ macro

Completed in 118 milliseconds