Searched defs:caching (Results  1 – 12 of 12) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/ttm/tests/ | 
| H A D | ttm_pool_test.c | 52 					enum ttm_caching caching,  in ttm_tt_kunit_init()75 					       enum ttm_caching caching)  in ttm_pool_pre_populated()
 143 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_alloc_basic()  local
 205 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_alloc_basic_dma_addr()  local
 244 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_alloc_order_caching_match()  local
 306 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_alloc_order_mismatch()  local
 342 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_free_dma_alloc()  local
 373 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_free_no_dma_alloc()  local
 401 	enum ttm_caching caching = ttm_uncached;  in ttm_pool_fini_basic()  local
 
 | 
| /openbsd-src/sys/dev/pci/drm/ttm/ | 
| H A D | ttm_pool.c | 140 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching,  in ttm_pool_free_page()232 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching,  in ttm_pool_free_page()
 256 				  enum ttm_caching caching)  in ttm_pool_apply_caching()
 388 			       enum ttm_caching caching, unsigned int order)  in ttm_pool_type_init()
 424 						  enum ttm_caching caching,  in ttm_pool_select_type()
 534 				enum ttm_caching caching,  in ttm_pool_free_range()
 574 	struct vm_page **caching = tt->pages;  in ttm_pool_alloc()  local
 
 | 
| H A D | ttm_tt.c | 158 			       enum ttm_caching caching,  in ttm_tt_init_fields()173 		uint32_t page_flags, enum ttm_caching caching,  in ttm_tt_init()
 212 		   uint32_t page_flags, enum ttm_caching caching)  in ttm_sg_tt_init()
 
 | 
| H A D | ttm_module.c | 62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp)  in ttm_prot_from_caching()
 | 
| H A D | ttm_bo_util.c | 296 	enum ttm_caching caching;  in ttm_io_prot()  local
 | 
| /openbsd-src/sys/dev/pci/drm/include/drm/ttm/ | 
| H A D | ttm_pool.h | 58 	enum ttm_caching caching;  member85 	} caching[TTM_NUM_CACHING_TYPES];  member
 
 | 
| H A D | ttm_tt.h | 114 	enum ttm_caching caching;  member
 | 
| H A D | ttm_resource.h | 193 	enum ttm_caching	caching;  member
 | 
| /openbsd-src/sys/dev/pci/drm/radeon/ | 
| H A D | radeon_ttm.c | 507 	enum ttm_caching caching; in radeon_ttm_tt_create()   local 
 | 
| /openbsd-src/sys/dev/pci/drm/i915/gem/ | 
| H A D | i915_gem_ttm.c | 286 	enum ttm_caching caching; in i915_ttm_tt_create()   local 
 | 
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ | 
| H A D | amdgpu_ttm.c | 1107 enum ttm_caching caching; amdgpu_ttm_tt_create()  local 
 | 
| /openbsd-src/sys/dev/pci/drm/include/uapi/drm/ | 
| H A D | i915_drm.h | 1711 	__u32 caching;  member
 |