Home
last modified time | relevance | path

Searched defs:newsize (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c434 void *new_hpt, uint64_t newsize, in rehash_hpte()
522 void *new_hpt, uint64_t newsize) in rehash_hpt()
559 size_t newsize; in vhyp_mmu_resize_hpt_commit() local
/openbmc/u-boot/scripts/dtc/
H A Ddata.c42 int newsize; in data_grow_for() local
/openbmc/u-boot/net/
H A Dtftp.c146 ulong newsize = offset + len; in store_block() local
H A Dnfs.c83 ulong newsize = offset + len; in store_block() local
/openbmc/u-boot/common/
H A Ddlmalloc.c1658 INTERNAL_SIZE_T newsize; /* its size */ local
1887 INTERNAL_SIZE_T newsize; /* its size */ local
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_rw.c433 int newsize; in fdt_open_into() local
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c701 uint64_t newsize = MIN(memory_region_size(&vmem->memdev->mr), in virtio_mem_resize_usable_region() local
/openbmc/qemu/system/
H A Dphysmem.c1736 int qemu_ram_resize(RAMBlock *block, ram_addr_t newsize, Error **errp) in qemu_ram_resize()
H A Dmemory.c2580 void memory_region_ram_resize(MemoryRegion *mr, ram_addr_t newsize, Error **errp) in memory_region_ram_resize()