caching_flags     529 drivers/gpu/drm/ttm/ttm_bo_util.c pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp)
caching_flags     532 drivers/gpu/drm/ttm/ttm_bo_util.c 	if (caching_flags & TTM_PL_FLAG_CACHED)
caching_flags     536 drivers/gpu/drm/ttm/ttm_bo_util.c 	if (caching_flags & TTM_PL_FLAG_WC)
caching_flags     543 drivers/gpu/drm/ttm/ttm_bo_util.c 	if (caching_flags & TTM_PL_FLAG_WC)
caching_flags     902 include/drm/ttm/ttm_bo_driver.h pgprot_t ttm_io_prot(uint32_t caching_flags, pgprot_t tmp);