/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | alignedmem.c | 26 int memory_type) in efi_allocate_pages_aligned() 42 memory_type, size / EFI_PAGE_SIZE + slack, in efi_allocate_pages_aligned() 24 efi_allocate_pages_aligned(unsigned long size, unsigned long *addr, unsigned long max, unsigned long align, int memory_type) efi_allocate_pages_aligned() argument
|
H A D | randomalloc.c | 58 int memory_type, in efi_random_alloc() 127 memory_type, pages, &target); in efi_random_alloc() 54 efi_random_alloc(unsigned long size, unsigned long align, unsigned long *addr, unsigned long random_seed, int memory_type, unsigned long alloc_min, unsigned long alloc_max) efi_random_alloc() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | arb.c | 48 int memory_type; member 149 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb() 217 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb() 222 sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | arb.c | 48 int memory_type; member 149 mclks += (arb->memory_type == 0 ? 2 : 1) in nv10_calc_arb() 218 sim_data.memory_type = (type >> 12) & 1; in nv04_update_arb() 223 sim_data.memory_type = nvif_rd32(device, NV04_PFB_CFG0) & 0x1; in nv04_update_arb()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memremap.h | 59 enum memory_type { enum 115 enum memory_type type;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memremap.h | 68 enum memory_type { enum 130 enum memory_type type;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atomfirmware.c | 381 mem_type = vram_info->v30.memory_type; in amdgpu_atomfirmware_get_vram_info() 404 mem_type = vram_module->v9.memory_type; in amdgpu_atomfirmware_get_vram_info() 425 mem_type = vram_module->v10.memory_type; in amdgpu_atomfirmware_get_vram_info() 446 mem_type = vram_module->v11.memory_type; in amdgpu_atomfirmware_get_vram_info() 467 mem_type = vram_module->v9.memory_type; in amdgpu_atomfirmware_get_vram_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atomfirmware.c | 244 mem_type = vram_module->v9.memory_type; in amdgpu_atomfirmware_get_vram_info() 264 mem_type = vram_module->v10.memory_type; in amdgpu_atomfirmware_get_vram_info() 284 mem_type = vram_module->v11.memory_type; in amdgpu_atomfirmware_get_vram_info()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | ghes_edac.c | 74 u8 memory_type; member 130 switch (entry->memory_type) { in assign_dmi_dimm_info() 195 entry->memory_type, entry->type_detail, in assign_dmi_dimm_info()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | ghes_edac.c | 75 u8 memory_type; member 131 switch (entry->memory_type) { in assign_dmi_dimm_info() 196 entry->memory_type, entry->type_detail, in assign_dmi_dimm_info()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 28 uint64_t memory_type:3; member 40 uint64_t memory_type:3; member 203 .memory_type = VMX_BASIC_MEM_TYPE_WB, in init_vmcs_control_fields()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 27 uint64_t memory_type:3; member 39 uint64_t memory_type:3; member 218 .memory_type = VMX_BASIC_MEM_TYPE_WB, in init_vmcs_control_fields()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/ |
H A D | dcn316_clk_mgr.c | 537 bw_params->vram_type = bios_info->memory_type; in dcn316_clk_mgr_helper_populate_bw_params() 539 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn316_clk_mgr_helper_populate_bw_params() 628 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in dcn316_clk_mgr_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/ |
H A D | dcn315_clk_mgr.c | 559 bw_params->vram_type = bios_info->memory_type; in dcn315_clk_mgr_helper_populate_bw_params() 561 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn315_clk_mgr_helper_populate_bw_params() 646 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in dcn315_clk_mgr_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.c | 686 bw_params->vram_type = bios_info->memory_type; in dcn314_clk_mgr_helper_populate_bw_params() 688 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn314_clk_mgr_helper_populate_bw_params() 770 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) in dcn314_clk_mgr_construct()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.c | 613 bw_params->vram_type = bios_info->memory_type; in dcn31_clk_mgr_helper_populate_bw_params() 615 bw_params->dram_channel_width_bytes = bios_info->memory_type == 0x22 ? 8 : 4; in dcn31_clk_mgr_helper_populate_bw_params() 726 if (ctx->dc_bios->integrated_info->memory_type == LpDdr5MemType) { in dcn31_clk_mgr_construct()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdcpat.h | 280 unsigned char memory_type; member
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | pdcpat.h | 281 unsigned char memory_type; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | grph_object_ctrl_defs.h | 332 uint8_t memory_type; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.h | 177 uint8_t memory_type; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
H A D | dce110_clk_mgr.c | 179 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in dce11_pplib_apply_display_requirements()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
H A D | dce110_clk_mgr.c | 179 if (dc->bw_vbios && dc->bw_vbios->memory_type == bw_def_hbm) in dce11_pplib_apply_display_requirements()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
H A D | grph_object_ctrl_defs.h | 343 uint8_t memory_type; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.h | 177 uint8_t memory_type; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nv_hw.c | 132 u32 memory_type; member 457 if (arb->memory_type == 0) in nv10CalcArbitration() 634 sim_data.memory_type = (NV_RD32(par->PFB, 0x0200) & 0x01) ? 1 : 0; in nv10UpdateArbitrationSettings() 712 pci_read_config_dword(dev, 0x7C, &sim_data.memory_type); in nForceUpdateArbitrationSettings() 714 sim_data.memory_type = (sim_data.memory_type >> 12) & 1; in nForceUpdateArbitrationSettings()
|