Searched refs:pgprot (Results 1 – 1 of 1) sorted by relevance
2919 pgprot_t pgprot; in i915_gem_object_map() local2944 pgprot = PAGE_KERNEL; in i915_gem_object_map()2947 pgprot = pgprot_writecombine(PAGE_KERNEL_IO); in i915_gem_object_map()2950 addr = vmap(pages, n_pages, 0, pgprot); in i915_gem_object_map()