Searched refs:pgprot_nx (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| 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/arch/powerpc/mm/ |
| A D | ioremap.c | 65 int err = map_kernel_page(ea + i, pa + i, pgprot_nx(prot)); in early_ioremap_range()
|
| /linux/arch/x86/include/asm/ |
| A D | pgtable_types.h | 297 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function 301 #define pgprot_nx pgprot_nx macro
|
| /linux/arch/riscv/include/asm/ |
| A D | pgtable.h | 630 #define pgprot_nx pgprot_nx macro 631 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
|
| /linux/include/linux/ |
| A D | pgtable.h | 1351 #ifndef pgprot_nx 1352 #define pgprot_nx(prot) (prot) macro
|
| /linux/mm/ |
| A D | vmalloc.c | 320 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in vmap_page_range() 3441 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap() 3489 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
|
| /linux/arch/arm64/include/asm/ |
| A D | pgtable.h | 684 #define pgprot_nx(prot) \ macro
|
Completed in 35 milliseconds