Searched refs:mbytes (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_core.c | 785 size_t ubytes, mbytes; in kimage_load_normal_segment() local 796 mbytes = segment->memsz; in kimage_load_normal_segment() 803 while (mbytes) { in kimage_load_normal_segment() 822 mchunk = min_t(size_t, mbytes, in kimage_load_normal_segment() 842 mbytes -= mchunk; in kimage_load_normal_segment() 858 size_t ubytes, mbytes; in kimage_load_crash_segment() local 869 mbytes = segment->memsz; in kimage_load_crash_segment() 871 while (mbytes) { in kimage_load_crash_segment() 884 mchunk = min_t(size_t, mbytes, in kimage_load_crash_segment() 910 mbytes -= mchunk; in kimage_load_crash_segment()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | amd.c | 122 int mbytes = get_num_physpages() >> (20-PAGE_SHIFT); in init_amd_k6() local 165 if (mbytes > 508) in init_amd_k6() 166 mbytes = 508; in init_amd_k6() 171 l = (1<<0)|((mbytes/4)<<1); in init_amd_k6() 177 mbytes); in init_amd_k6() 186 if (mbytes > 4092) in init_amd_k6() 187 mbytes = 4092; in init_amd_k6() 192 l = ((mbytes>>2)<<22)|(1<<16); in init_amd_k6() 198 mbytes); in init_amd_k6()
|
| /OK3568_Linux_fs/kernel/samples/vfio-mdev/ |
| H A D | mbochs.c | 105 u32 mbytes; member 111 .mbytes = 4, 116 .mbytes = 16, 121 .mbytes = 64, 527 if (type->mbytes + mbochs_used_mbytes > max_mbytes) in mbochs_create() 538 mdev_state->memsize = type->mbytes * 1024 * 1024; in mbochs_create() 547 kobj->name, type->mbytes, mdev_state->pagecount); in mbochs_create() 563 mbochs_used_mbytes += type->mbytes; in mbochs_create() 576 mbochs_used_mbytes -= mdev_state->type->mbytes; in mbochs_remove() 1323 return sprintf(buf, "%d MB\n", mdev_state->type->mbytes); in memory_show() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | README.md | 18 * -M mbytes : megabytes of ram to test (auto-detect all memory available)
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | .video-uclass.o.cmd | |
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | .rockchip_display.o.cmd | |
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | .charge_animation.o.cmd | |
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | .board.o.cmd | |