Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgtable.h64 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function
68 #define pgprot_nx pgprot_nx macro
/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/riscv/include/asm/
H A Dpgtable.h705 #define pgprot_nx pgprot_nx macro
706 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
/linux/include/linux/
H A Dpgtable.h1497 #ifndef pgprot_nx
1498 #define pgprot_nx(prot) (prot) macro
/linux/mm/
H A Dvmalloc.c332 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in vmap_page_range()
3547 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()
3595 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
/linux/arch/arm64/include/asm/
H A Dpgtable.h779 #define pgprot_nx(prot) \ macro
/linux/kernel/trace/
H A Dtrace.c10441 start, pgprot_nx(PAGE_KERNEL)); in map_pages()