Searched refs:mem_type (Results 76 - 100 of 173) sorted by relevance

1234567

/linux-master/tools/perf/
H A Dbuiltin-annotate.c452 if (he->mem_type->histograms == NULL)
456 const char *type_name = he->mem_type->self.type_name;
360 print_annotated_data_type(struct annotated_data_type *mem_type, struct annotated_member *member, struct evsel *evsel, int indent) argument
/linux-master/fs/pstore/
H A Dram.c58 static unsigned int mem_type; variable
59 module_param(mem_type, uint, 0400);
60 MODULE_PARM_DESC(mem_type,
665 * "mem_type" is also specified.
667 pdata->mem_type = of_property_read_bool(of_node, "unbuffered");
685 parse_u32("mem-type", pdata->mem_type, pdata->mem_type);
773 cxt->memtype = pdata->mem_type;
930 pdata.mem_type = mem_type;
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c145 if (WARN_ON(bo->resource->mem_type != VMW_PL_MOB))
200 if (WARN_ON(res->guest_memory_bo->tbo.resource->mem_type != VMW_PL_MOB))
H A Dvmwgfx_cotable.c191 WARN_ON_ONCE(bo->resource->mem_type != VMW_PL_MOB);
199 WARN_ON(bo->resource->mem_type != VMW_PL_MOB);
333 WARN_ON_ONCE(bo->resource->mem_type != VMW_PL_MOB);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pat.c186 u8 mem_type = REG_FIELD_GET(XELP_MEM_TYPE_MASK, pat); local
189 XELP_MEM_TYPE_STR_MAP[mem_type], pat);
215 u8 mem_type; local
217 mem_type = REG_FIELD_GET(XELP_MEM_TYPE_MASK, pat);
220 XELP_MEM_TYPE_STR_MAP[mem_type], pat);
H A Dxe_migrate.c422 if (mem_type_is_vram(cur->mem_type)) {
709 bool src_is_pltt = src->mem_type == XE_PL_TT;
710 bool dst_is_pltt = dst->mem_type == XE_PL_TT;
711 bool src_is_vram = mem_type_is_vram(src->mem_type);
712 bool dst_is_vram = mem_type_is_vram(dst->mem_type);
979 bool clear_vram = mem_type_is_vram(dst->mem_type);
/linux-master/arch/arm/mm/
H A Dmmu.c232 static struct mem_type mem_types[] __ro_after_init = {
349 const struct mem_type *get_mem_type(unsigned int type)
704 struct mem_type *t = &mem_types[i];
768 const struct mem_type *type,
782 const struct mem_type *type, bool ng)
809 const struct mem_type *type,
841 const struct mem_type *type,
856 const struct mem_type *type,
872 const struct mem_type *type,
938 const struct mem_type *typ
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c1866 res_info[BNA_RES_MEM_T_COM].res_u.mem_info.mem_type = BNA_MEM_T_DMA;
1875 res_info[BNA_RES_MEM_T_ATTR].res_u.mem_info.mem_type = BNA_MEM_T_DMA;
1882 res_info[BNA_RES_MEM_T_FWTRC].res_u.mem_info.mem_type = BNA_MEM_T_KVA;
1888 res_info[BNA_RES_MEM_T_STATS].res_u.mem_info.mem_type = BNA_MEM_T_DMA;
1902 res_info[BNA_MOD_RES_MEM_T_TX_ARRAY].res_u.mem_info.mem_type =
1910 res_info[BNA_MOD_RES_MEM_T_TXQ_ARRAY].res_u.mem_info.mem_type =
1918 res_info[BNA_MOD_RES_MEM_T_RX_ARRAY].res_u.mem_info.mem_type =
1926 res_info[BNA_MOD_RES_MEM_T_RXP_ARRAY].res_u.mem_info.mem_type =
1934 res_info[BNA_MOD_RES_MEM_T_RXQ_ARRAY].res_u.mem_info.mem_type =
1942 res_info[BNA_MOD_RES_MEM_T_UCMAC_ARRAY].res_u.mem_info.mem_type
[all...]
H A Dbna_tx_rx.c2168 mem_info->mem_type = BNA_MEM_T_KVA;
2174 mem_info->mem_type = BNA_MEM_T_KVA;
2180 mem_info->mem_type = BNA_MEM_T_DMA;
2186 mem_info->mem_type = BNA_MEM_T_KVA;
2192 mem_info->mem_type = BNA_MEM_T_DMA;
2198 mem_info->mem_type = BNA_MEM_T_DMA;
2204 mem_info->mem_type = BNA_MEM_T_KVA;
2210 mem_info->mem_type = BNA_MEM_T_DMA;
2216 mem_info->mem_type = BNA_MEM_T_DMA;
2222 mem_info->mem_type
[all...]
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c206 unsigned int mem_type; member in struct:wm_adsp_buffer_region
211 unsigned int mem_type; member in struct:wm_adsp_buffer_region_def
218 .mem_type = WMFW_ADSP2_XM,
223 .mem_type = WMFW_ADSP2_XM,
228 .mem_type = WMFW_ADSP2_YM,
1431 region->mem_type = caps->region_defs[i].mem_type;
1447 i, region->mem_type, region->base_addr,
1916 int mem_type, nwords, max_read; local
1927 mem_type
[all...]
/linux-master/drivers/usb/serial/
H A Dwhiteheat.h145 __u8 mem_type; /* see WHITEHEAT_DUMP_* above */ member in struct:whiteheat_dump
/linux-master/drivers/video/fbdev/omap/
H A Domapfb.h160 int mem_type, unsigned long *paddr);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h87 u8 mem_type; member in struct:atom_memory_info
H A Damdgpu_object.h171 * amdgpu_mem_type_to_domain - return domain corresponding to mem_type
172 * @mem_type: ttm memory type
174 * Returns corresponding domain of the ttm mem_type
176 static inline unsigned amdgpu_mem_type_to_domain(u32 mem_type) argument
178 switch (mem_type) {
/linux-master/drivers/virt/acrn/
H A Dacrn_drv.h195 u64 size, u32 mem_type, u32 mem_access_right);
H A Dmm.c47 * @mem_type: Combination of ACRN_MEM_TYPE_*.
53 u64 size, u32 mem_type, u32 mem_access_right)
66 region->attr = ((mem_type & ACRN_MEM_TYPE_MASK) |
52 acrn_mm_region_add(struct acrn_vm *vm, u64 user_gpa, u64 service_gpa, u64 size, u32 mem_type, u32 mem_access_right) argument
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h30 u32 mem_type; /* system memory, pci memory, pci io, etc. */ member in struct:efi_memory_map_loongson::mem_map
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c393 * @mem_type: memory type value read directly from emif
398 static void wkup_m3_set_mem_type(struct wkup_m3_ipc *m3_ipc, int mem_type) argument
400 m3_ipc->mem_type = mem_type;
471 wkup_m3_ctrl_ipc_write(m3_ipc, m3_ipc->mem_type |
/linux-master/drivers/edac/
H A Di82443bxgx_edac.c186 enum mem_type mtype)
237 enum mem_type mtype;
H A Ddmc520_edac.c292 static enum mem_type dmc520_get_mtype(struct dmc520_edac *pvt)
294 enum mem_type mt = MEM_UNKNOWN;
450 enum mem_type mt;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h46 enum nvkm_falcon_mem mem_type, u32 mem_base, int len, u16 tag, bool sec);
50 enum nvkm_falcon_mem mem_type, u32 mem_base, int len, bool sec);
/linux-master/include/linux/
H A Dedac.h139 * enum mem_type - memory types. For a more detailed reference, please see
192 enum mem_type { enum
394 enum mem_type mtype; /* memory dimm type */
/linux-master/drivers/gpu/drm/i915/
H A Dintel_memory_region.c162 enum intel_memory_type mem_type)
168 if (mr->type == mem_type)
161 intel_memory_region_by_type(struct drm_i915_private *i915, enum intel_memory_type mem_type) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c1145 u8 mem_type, u8 *idx)
1149 switch (mem_type) {
1183 u8 mem_type, const char *region_name,
1190 rc = cudbg_meminfo_get_mem_index(padap, meminfo, mem_type, &mc);
1209 /* Check if the region exists in @mem_type memory */
1234 u8 mem_type, u32 *out_base, u32 *out_end)
1239 rc = cudbg_meminfo_get_mem_index(padap, meminfo, mem_type, &mc_idx);
1257 static int cudbg_get_payload_range(struct adapter *padap, u8 mem_type, argument
1269 rc = cudbg_get_mem_region(padap, &meminfo, mem_type, region_name,
1280 return cudbg_get_mem_relative(padap, &meminfo, mem_type,
1143 cudbg_meminfo_get_mem_index(struct adapter *padap, struct cudbg_meminfo *mem_info, u8 mem_type, u8 *idx) argument
1181 cudbg_get_mem_region(struct adapter *padap, struct cudbg_meminfo *meminfo, u8 mem_type, const char *region_name, struct cudbg_mem_desc *mem_desc) argument
1232 cudbg_get_mem_relative(struct adapter *padap, struct cudbg_meminfo *meminfo, u8 mem_type, u32 *out_base, u32 *out_end) argument
1366 cudbg_read_fw_mem(struct cudbg_init *pdbg_init, struct cudbg_buffer *dbg_buff, u8 mem_type, unsigned long tot_len, struct cudbg_error *cudbg_err) argument
1459 cudbg_mem_region_size(struct cudbg_init *pdbg_init, struct cudbg_error *cudbg_err, u8 mem_type, unsigned long *region_size) argument
1489 cudbg_collect_mem_region(struct cudbg_init *pdbg_init, struct cudbg_buffer *dbg_buff, struct cudbg_error *cudbg_err, u8 mem_type) argument
2258 cudbg_get_ctxt_region_info(struct adapter *padap, struct cudbg_region_info *ctx_info, u8 *mem_type) argument
2320 u8 mem_type[CTXT_INGRESS + 1] = { 0 }; local
2397 u8 mem_type[CTXT_INGRESS + 1] = { 0 }; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c312 else if (nvbo->bo.resource->mem_type == TTM_PL_TT)
390 bo->resource->mem_type == TTM_PL_VRAM)
394 bo->resource->mem_type == TTM_PL_TT)
604 ((nvbo->bo.resource->mem_type == TTM_PL_VRAM &&
606 (nvbo->bo.resource->mem_type == TTM_PL_TT &&
610 if (nvbo->bo.resource->mem_type == TTM_PL_TT)

Completed in 501 milliseconds

1234567