Searched refs:size_kb (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | busybox-syslog.default | 14 # -C[size_kb] : Log to shared mem buffer (use logread to read it)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 591 unsigned int size_kb; in size_show() local 596 if (cache_size_kb(cache, &size_kb)) in size_show() 599 return sprintf(buf, "%uK\n", size_kb); in size_show()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 842 uint64_t size_kb; in smbios_build_type_16_table() local 849 size_kb = QEMU_ALIGN_UP(current_machine->ram_size, KiB) / KiB; in smbios_build_type_16_table() 850 if (size_kb < MAX_T16_STD_SZ) { in smbios_build_type_16_table() 851 t->maximum_capacity = cpu_to_le32(size_kb); in smbios_build_type_16_table()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-nxp-fspi.c | 712 uint64_t size_kb; in nxp_fspi_select_mem() local 728 size_kb = FSPI_FLSHXCR0_SZ(f->memmap_phy_size); in nxp_fspi_select_mem() 730 fspi_writel(f, size_kb, f->iobase + FSPI_FLSHA1CR0 + in nxp_fspi_select_mem()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image.bbclass | 553 size_kb = oe.utils.directory_size(d.getVar("IMAGE_ROOTFS")) / 1024 555 base_size = size_kb * overhead_factor 556 bb.debug(1, '%f = %d * %f' % (base_size, size_kb, overhead_factor))
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 8073 unsigned long size_kb = size >> 10; in open_self_maps_4() local 8098 size_kb, page_size_kb, page_size_kb, in open_self_maps_4() 8099 (flags & PAGE_ANON ? size_kb : 0), in open_self_maps_4()
|