Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/mm/
Dinit_32.c53 phys_addr_t total_memory; variable
85 total_lowmem = total_memory = memblock_end_of_DRAM() - memstart_addr; in MMU_init()
99 total_memory = total_lowmem; in MMU_init()
Dmmu_decl.h100 extern phys_addr_t total_memory;
/linux-6.6.21/include/uapi/video/
Duvesafb.h51 __u16 total_memory; member
/linux-6.6.21/arch/x86/boot/
Dvesa.h22 u16 total_memory; /* 18 */ member
Dvideo-vesa.c224 boot_params.screen_info.lfb_size = vginfo.total_memory; in vesa_store_mode_params_graphics()
/linux-6.6.21/arch/powerpc/mm/book3s32/
Dmmu.c361 n_hpteg = total_memory / (PAGE_SIZE * 8); in MMU_init_hw()
382 (unsigned long long)(total_memory >> 20), Hash_size >> 10); in MMU_init_hw()
/linux-6.6.21/arch/ia64/kernel/
Dsetup.c361 unsigned long total_memory; in reserve_memory() local
397 total_memory = efi_memmap_init(&rsvd_region[n].start, &rsvd_region[n].end); in reserve_memory()
400 setup_crashkernel(total_memory, &n); in reserve_memory()
/linux-6.6.21/arch/powerpc/kernel/
Dsetup-common.c232 (unsigned int)(total_memory / (1024 * 1024))); in show_cpuinfo_summary()
/linux-6.6.21/arch/powerpc/platforms/4xx/
Dpci.c163 if (size < total_memory) { in ppc4xx_parse_dma_ranges()
166 hose->dn, size, (u64)total_memory); in ppc4xx_parse_dma_ranges()
/linux-6.6.21/drivers/video/fbdev/
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-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1378 uint64_t total_memory; in amdgpu_device_check_smu_prv_buffer_size() local
1390 total_memory = (uint64_t)si.totalram * si.mem_unit; in amdgpu_device_check_smu_prv_buffer_size()
1394 if (total_memory < dram_size_three_GB) in amdgpu_device_check_smu_prv_buffer_size()
1398 if (total_memory < dram_size_seven_GB) in amdgpu_device_check_smu_prv_buffer_size()