Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable-bits.h99 #define pgprot_nx pgprot_nx macro
101 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux-6.15/arch/powerpc/include/asm/
H A Dpgtable.h77 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
81 #define pgprot_nx pgprot_nx macro
/linux-6.15/arch/powerpc/mm/
H A Dioremap.c56 int err = map_kernel_page(ea + i, pa + i, pgprot_nx(prot)); in early_ioremap_range()
/linux-6.15/arch/x86/include/asm/
H A Dpgtable_types.h303 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
307 #define pgprot_nx pgprot_nx macro
/linux-6.15/arch/riscv/include/asm/
H A Dpgtable.h642 #define pgprot_nx pgprot_nx macro
643 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux-6.15/include/linux/
H A Dpgtable.h1343 #ifndef pgprot_nx
1344 #define pgprot_nx(prot) (prot) macro
/linux-6.15/mm/
H A Dvmalloc.c320 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in vmap_page_range()
3465 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()
3513 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h686 #define pgprot_nx(prot) \ macro
/linux-6.15/kernel/trace/
H A Dtrace.c9827 start, pgprot_nx(PAGE_KERNEL)); in map_pages()