Home
last modified time | relevance | path

Searched refs:total_memory (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/video/
H A Duvesafb.h51 __u16 total_memory; member
/linux/arch/x86/boot/
H A Dvesa.h22 u16 total_memory; /* 18 */ member
H A Dvideo-vesa.c224 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c366 n_hpteg = total_memory / (PAGE_SIZE * 8); in MMU_init_hw()
384 (unsigned long long)(total_memory >> 20), Hash_size >> 10); in MMU_init_hw()
/linux/arch/powerpc/platforms/44x/
H A Dpci.c158 if (size < total_memory) { in ppc4xx_parse_dma_ranges()
160 "(size=%llx total_memory=%llx)\n", in ppc4xx_parse_dma_ranges()
161 hose->dn, size, (u64)total_memory); in ppc4xx_parse_dma_ranges()
/linux/drivers/video/fbdev/
H A Duvesafb.c1470 size_total = par->vbe_ib.total_memory * 65536; in uvesafb_init_info()
1746 info->fix.smem_len / 1024, par->vbe_ib.total_memory * 64); in uvesafb_probe()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c2012 uint64_t total_memory; in amdgpu_device_check_smu_prv_buffer_size() local
2024 total_memory = (uint64_t)si.totalram * si.mem_unit; in amdgpu_device_check_smu_prv_buffer_size()
2028 if (total_memory < dram_size_three_GB) in amdgpu_device_check_smu_prv_buffer_size()
2032 if (total_memory < dram_size_seven_GB) in amdgpu_device_check_smu_prv_buffer_size()