Searched refs:pgprot_nx (Results 1 – 7 of 7) sorted by relevance
64 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function68 #define pgprot_nx pgprot_nx macro
129 #define pgprot_nx pgprot_nx macro131 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
705 #define pgprot_nx pgprot_nx macro706 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
1497 #ifndef pgprot_nx1498 #define pgprot_nx(prot) (prot) macro
332 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()
779 #define pgprot_nx(prot) \ macro
10441 start, pgprot_nx(PAGE_KERNEL)); in map_pages()