Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h129 #define pgprot_nx pgprot_nx macro
131 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/arch/powerpc/include/asm/
H A Dpgtable.h80 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
84 #define pgprot_nx pgprot_nx macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h704 #define pgprot_nx pgprot_nx macro
705 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/mm/
H A Dvmalloc.c337 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in vmap_page_range()
3551 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()
3599 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/linux/arch/arm64/include/asm/
H A Dpgtable.h740 #define pgprot_nx(prot) \ macro
/linux/kernel/trace/
H A Dtrace.c8703 start, pgprot_nx(PAGE_KERNEL)); in map_pages()