ttm_io_prot       421 drivers/gpu/drm/ttm/ttm_bo_util.c 			pgprot_t prot = ttm_io_prot(old_mem->placement,
ttm_io_prot       426 drivers/gpu/drm/ttm/ttm_bo_util.c 			pgprot_t prot = ttm_io_prot(new_mem->placement,
ttm_io_prot       553 drivers/gpu/drm/ttm/ttm_bo_util.c EXPORT_SYMBOL(ttm_io_prot);
ttm_io_prot       611 drivers/gpu/drm/ttm/ttm_bo_util.c 		prot = ttm_io_prot(mem->placement, PAGE_KERNEL);
ttm_io_prot       232 drivers/gpu/drm/ttm/ttm_bo_vm.c 		cvma.vm_page_prot = ttm_io_prot(bo->mem.placement,
ttm_io_prot       243 drivers/gpu/drm/ttm/ttm_bo_vm.c 		cvma.vm_page_prot = ttm_io_prot(bo->mem.placement,
ttm_io_prot       486 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	d.dst_prot = ttm_io_prot(dst->mem.placement, PAGE_KERNEL);
ttm_io_prot       487 drivers/gpu/drm/vmwgfx/vmwgfx_blit.c 	d.src_prot = ttm_io_prot(src->mem.placement, PAGE_KERNEL);
ttm_io_prot       902 include/drm/ttm/ttm_bo_driver.h pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);