Searched refs:pgprot_nx (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | pgtable-bits.h | 99 #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 D | pgtable.h | 77 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 D | ioremap.c | 56 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 D | pgtable_types.h | 303 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 D | pgtable.h | 642 #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 D | pgtable.h | 1343 #ifndef pgprot_nx 1344 #define pgprot_nx(prot) (prot) macro
|
| /linux-6.15/mm/ |
| H A D | vmalloc.c | 320 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 D | pgtable.h | 686 #define pgprot_nx(prot) \ macro
|
| /linux-6.15/kernel/trace/ |
| H A D | trace.c | 9827 start, pgprot_nx(PAGE_KERNEL)); in map_pages()
|