Searched refs:mem_type (Results 101 - 125 of 173) sorted by relevance

1234567

/linux-master/drivers/i2c/busses/
H A Di2c-amd-mp2-pci.c95 i2c_cmd_base.s.mem_type = use_c2pmsg;
101 i2c_cmd_base.s.mem_type = use_dram;
/linux-master/arch/arm/include/asm/
H A Dio.h176 void pci_ioremap_set_mem_type(int mem_type);
178 static inline void pci_ioremap_set_mem_type(int mem_type) {} argument
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dqmi_wlfw_v01.h483 u32 mem_type; member in struct:wlfw_athdiag_read_req_msg_v01
502 u32 mem_type; member in struct:wlfw_athdiag_write_req_msg_v01
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c350 lsdc_mem_type_to_str(resource->mem_type), pin_count);
355 if (resource->mem_type == TTM_PL_VRAM) {
H A Dlsdc_gem.c291 lsdc_mem_type_to_str(resource->mem_type),
/linux-master/drivers/edac/
H A Damd64_edac.h315 enum mem_type dram_type;
384 enum mem_type dram_type;
H A Dsynopsys_edac.c344 enum mem_type (*get_mtype)(const void __iomem *base);
771 static enum mem_type zynq_get_mtype(const void __iomem *base)
773 enum mem_type mt;
795 static enum mem_type zynqmp_get_mtype(const void __iomem *base)
797 enum mem_type mt;
H A Dppc4xx_edac.c846 static enum mem_type ppc4xx_edac_get_mtype(u32 mcopt1)
880 enum mem_type mtype;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c351 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
390 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
518 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
599 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
H A Dvmwgfx_shader.c255 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
283 BUG_ON(res->guest_memory_bo->tbo.resource->mem_type != VMW_PL_MOB);
451 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
514 BUG_ON(res->guest_memory_bo->tbo.resource->mem_type != VMW_PL_MOB);
H A Dvmwgfx_gem.c208 switch (bo->tbo.resource->mem_type) {
H A Dvmwgfx_cmd.c586 if (bo->resource->mem_type == TTM_PL_VRAM) {
631 BUG_ON(bo->resource->mem_type != VMW_PL_MOB);
/linux-master/tools/perf/util/
H A Dsort.h160 struct annotated_data_type *mem_type; member in struct:hist_entry
H A Dsort.c2200 if (he->mem_type)
2203 he->mem_type = hist_entry__get_data_type(he);
2204 if (he->mem_type == NULL) {
2205 he->mem_type = &unknown_type;
2213 struct annotated_data_type *left_type = left->mem_type;
2214 struct annotated_data_type *right_type = right->mem_type;
2218 left_type = left->mem_type;
2223 right_type = right->mem_type;
2238 return repsep_snprintf(bf, size, "%-*s", width, he->mem_type->self.type_name);
2256 struct annotated_data_type *left_type = left->mem_type;
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c61 .mem_type = I915_PL_SYSTEM,
133 place->mem_type = intel_region_to_ttm_type(mr);
285 ttm_manager_type(bo->bdev, bo->resource->mem_type)->use_tt))
990 ttm_manager_type(bo->bdev, bo->resource->mem_type);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c110 switch (bo->ttm.resource->mem_type) {
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_gem.c518 cur_placement = READ_ONCE(robj->tbo.resource->mem_type);
549 cur_placement = READ_ONCE(robj->tbo.resource->mem_type);
633 domain = radeon_mem_type_to_domain(entry->bo->resource->mem_type);
874 domain = radeon_mem_type_to_domain(rbo->tbo.resource->mem_type);
/linux-master/include/drm/ttm/
H A Dttm_resource.h201 * @mem_type: Resource type of the allocation.
212 uint32_t mem_type; member in struct:ttm_resource
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.h215 int amdgpu_ttm_evict_resources(struct amdgpu_device *adev, int mem_type);
H A Damdgpu_vm.c348 amdgpu_mem_type_to_domain(bo->tbo.resource->mem_type))
1180 abo->tbo.resource->mem_type == TTM_PL_VRAM)
1184 if (mem && (mem->mem_type == TTM_PL_TT ||
1185 mem->mem_type == AMDGPU_PL_PREEMPT))
1250 uint32_t mem_type = bo->tbo.resource->mem_type; local
1253 amdgpu_mem_type_to_domain(mem_type)))
1519 bo_va->base.bo->tbo.resource->mem_type == TTM_PL_SYSTEM))
/linux-master/drivers/scsi/
H A Dmyrs.h109 } __packed mem_type:5; /* Byte 0 Bits 0-4 */ member in struct:myrs_mem_type
254 struct myrs_mem_type mem_type; /* Byte 223 */ member in struct:myrs_ctlr_info
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c202 if (bo->ttm.resource->mem_type == XE_PL_SYSTEM)
205 if (bo->ttm.resource->mem_type == XE_PL_VRAM0)
/linux-master/include/uapi/linux/
H A Dacrn.h428 * @res[].mem_type: Memory type of the MMIO region for the MMIO
439 __u64 mem_type; member in struct:acrn_mmiodev::__anon294
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c424 switch (bo->resource->mem_type) {
/linux-master/sound/pci/echoaudio/
H A Dechoaudio_dsp.c388 int block_type, mem_type; local
401 mem_type = code[index++];
422 if (write_dsp(chip, mem_type) < 0) {

Completed in 251 milliseconds

1234567