Searched refs:pgprot_nx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable_types.h | 289 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function 293 #define pgprot_nx pgprot_nx macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable_types.h | 296 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function 300 #define pgprot_nx pgprot_nx macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pgtable.h | 841 #ifndef pgprot_nx 842 #define pgprot_nx(prot) (prot) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pgtable.h | 1098 #ifndef pgprot_nx 1099 #define pgprot_nx(prot) (prot) macro
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | pgtable.h | 481 #define pgprot_nx(prot) \ macro
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 312 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in ioremap_page_range() 2922 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap() 2970 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 2402 if (map_kernel_range((unsigned long)area->addr, size, pgprot_nx(prot), in vmap() 2444 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | pgtable.h | 557 #define pgprot_nx(prot) \ macro
|
Completed in 38 milliseconds