Searched refs:oldsize (Results 1 – 3 of 3) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 433 void *old_hpt, uint64_t oldsize, in rehash_hpte() argument 437 uint64_t old_hash_mask = (oldsize >> 7) - 1; in rehash_hpte() 495 assert((oldsize != newsize) || (pteg == new_pteg)); in rehash_hpte() 504 assert(newsize < oldsize); in rehash_hpte() 521 void *old_hpt, uint64_t oldsize, in rehash_hpt() argument 524 uint64_t n_ptegs = oldsize >> 7; in rehash_hpt() 539 rc = rehash_hpte(cpu, hptes, old_hpt, oldsize, new_hpt, newsize, in rehash_hpt()
|
/qemu/hw/ide/ |
H A D | core.c | 131 unsigned int oldsize; in ide_identify() local 163 oldsize = s->cylinders * s->heads * s->sectors; in ide_identify() 164 put_le16(p + 57, oldsize); in ide_identify() 165 put_le16(p + 58, oldsize >> 16); in ide_identify()
|
/qemu/system/ |
H A D | physmem.c | 1742 const ram_addr_t oldsize = block->used_length; in qemu_ram_resize() local 1782 ram_block_notify_resize(block->host, oldsize, newsize); in qemu_ram_resize()
|