Searched refs:pgprot_nx (Results 1 – 6 of 6) sorted by relevance
129 #define pgprot_nx pgprot_nx macro131 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
80 static inline pgprot_t pgprot_nx(pgprot_t prot) in pgprot_nx() function84 #define pgprot_nx pgprot_nx macro
704 #define pgprot_nx pgprot_nx macro705 static inline pgprot_t pgprot_nx(pgprot_t _prot) in pgprot_nx() function
337 err = vmap_range_noflush(addr, end, phys_addr, pgprot_nx(prot), in vmap_page_range()3551 if (vmap_pages_range(addr, addr + size, pgprot_nx(prot), in vmap()3599 struct vmap_pfn_data data = { .pfns = pfns, .prot = pgprot_nx(prot) }; in vmap_pfn()
740 #define pgprot_nx(prot) \ macro
8703 start, pgprot_nx(PAGE_KERNEL)); in map_pages()