Symbol: memory_type
arch/parisc/include/asm/pdcpat.h
282
unsigned char memory_type;
arch/parisc/kernel/inventory.c
362
|| (mtbl_ptr->memory_type != PAT_MEMTYPE_MEMORY)
drivers/edac/ghes_edac.c
132
switch (entry->memory_type) {
drivers/edac/ghes_edac.c
197
entry->memory_type, entry->type_detail,
drivers/edac/ghes_edac.c
76
u8 memory_type;
drivers/edac/i7core_edac.c
1850
u8 memory_type;
drivers/firmware/efi/libstub/alignedmem.c
27
int memory_type)
drivers/firmware/efi/libstub/alignedmem.c
43
memory_type, size / EFI_PAGE_SIZE + slack,
drivers/firmware/efi/libstub/efistub.h
1072
int memory_type, unsigned long alloc_min,
drivers/firmware/efi/libstub/efistub.h
1102
int memory_type);
drivers/firmware/efi/libstub/randomalloc.c
134
memory_type, pages, &target);
drivers/firmware/efi/libstub/randomalloc.c
61
int memory_type,
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
543
mem_type = vram_info->v30.memory_type;
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
566
mem_type = vram_module->v9.memory_type;
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
587
mem_type = vram_module->v10.memory_type;
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
608
mem_type = vram_module->v11.memory_type;
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c
629
mem_type = vram_module->v9.memory_type;
drivers/gpu/drm/amd/amdkfd/kfd_topology.h
195
u8 memory_type;
drivers/gpu/drm/amd/display/dc/basics/calcs_logger.h
130
DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type);
drivers/gpu/drm/amd/display/dc/basics/calcs_logger.h
131
DC_LOG_BANDWIDTH_CALCS(" [enum] bw_defines memory_type: %d", vbios->memory_type);
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
1159
if (vbios->memory_type == bw_def_hbm) {
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2066
vbios->memory_type = bw_def_gddr5;
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2182
vbios->memory_type = bw_def_gddr5;
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2295
vbios->memory_type = bw_def_gddr5;
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2411
vbios->memory_type = bw_def_gddr5;
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2527
vbios->memory_type = bw_def_gddr5;
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
2640
vbios->memory_type = bw_def_hbm;
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
614
if (vbios->memory_type == bw_def_hbm)
drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c
634
if (vbios->memory_type == bw_def_hbm)
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2445
info->memory_type = info_v8->ucMemoryType;
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
2584
info->memory_type = info_v9->ucMemoryType;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2648
info->memory_type = info_v11->memorytype;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
2864
info->memory_type = info_v2_1->memorytype;
drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
3034
info->memory_type = info_v2_2->memorytype;
drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c
190
if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c
681
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c
750
ctx->dc_bios->integrated_info->memory_type == LpDdr4MemType) {
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c
621
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c
742
ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c
622
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c
624
bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c
736
ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c
750
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c
752
bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c
853
ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
578
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
580
bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c
666
ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c
558
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c
560
bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c
650
ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
1196
bw_params->vram_type = bios_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
1197
bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c
1491
ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/dcn42_clk_mgr.c
1081
dcn42_bw_params.vram_type = ctx->dc_bios->integrated_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42/dcn42_clk_mgr.c
1082
dcn42_bw_params.dram_channel_width_bytes = ctx->dc_bios->integrated_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42b/dcn42b_clk_mgr.c
452
if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType)
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42b/dcn42b_clk_mgr.c
456
dcn42b_bw_params.vram_type = ctx->dc_bios->integrated_info->memory_type;
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn42b/dcn42b_clk_mgr.c
457
dcn42b_bw_params.dram_channel_width_bytes = ctx->dc_bios->integrated_info->memory_type == 0x22 ? 8 : 4;
drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h
193
enum bw_defines memory_type;
drivers/gpu/drm/amd/display/dc/resource/dce112/dce112_resource.c
1085
if (dc->bw_vbios->memory_type == bw_def_hbm)
drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
993
if (dc->bw_vbios->memory_type == bw_def_hbm)
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
609
enum dmub_window_memory_type memory_type)
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c
614
if (params->window_memory_type[i] == memory_type) {
drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h
339
uint8_t memory_type;
drivers/gpu/drm/amd/include/atomfirmware.h
3237
uint8_t memory_type; // enum of atom_dgpu_vram_type
drivers/gpu/drm/amd/include/atomfirmware.h
3298
uint8_t memory_type;
drivers/gpu/drm/amd/include/atomfirmware.h
3360
uint8_t memory_type; // enum of atom_dgpu_vram_type
drivers/gpu/drm/amd/include/atomfirmware.h
3400
uint8_t memory_type; // enum of atom_dgpu_vram_type
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h
177
uint8_t memory_type;
drivers/gpu/drm/nouveau/dispnv04/arb.c
149
mclks += (arb->memory_type == 0 ? 2 : 1)
drivers/gpu/drm/nouveau/dispnv04/arb.c
218
sim_data.memory_type = (type >> 12) & 1;
drivers/gpu/drm/nouveau/dispnv04/arb.c
223
sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1;
drivers/gpu/drm/nouveau/dispnv04/arb.c
48
int memory_type;
drivers/scsi/smartpqi/smartpqi.h
310
u8 memory_type : 1;
drivers/scsi/smartpqi/smartpqi.h
341
u8 memory_type : 1;
drivers/video/fbdev/nvidia/nv_hw.c
132
u32 memory_type;
drivers/video/fbdev/nvidia/nv_hw.c
457
if (arb->memory_type == 0)
drivers/video/fbdev/nvidia/nv_hw.c
634
sim_data.memory_type = (NV_RD32(par->PFB, 0x0200) & 0x01) ? 1 : 0;
drivers/video/fbdev/nvidia/nv_hw.c
712
pci_read_config_dword(dev, 0x7C, &sim_data.memory_type);
drivers/video/fbdev/nvidia/nv_hw.c
714
sim_data.memory_type = (sim_data.memory_type >> 12) & 1;
drivers/video/fbdev/riva/riva_hw.c
1066
sim_data.memory_type = (NV_RD32(&chip->PFB[0x00000200/4], 0) & 0x01) ?
drivers/video/fbdev/riva/riva_hw.c
1121
pci_read_config_dword(dev, 0x7C, &sim_data.memory_type);
drivers/video/fbdev/riva/riva_hw.c
1123
sim_data.memory_type = (sim_data.memory_type >> 12) & 1;
drivers/video/fbdev/riva/riva_hw.c
234
u32 memory_type;
drivers/video/fbdev/riva/riva_hw.c
883
if (arb->memory_type == 0)
include/acpi/actbl1.h
455
u8 memory_type;
include/linux/efi.h
993
u32 memory_type;
include/linux/memremap.h
137
enum memory_type type;