Home
last modified time | relevance | path

Searched refs:oldsize (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_vhyp_mmu.c446 void *old_hpt, uint64_t oldsize, in rehash_hpte() argument
450 uint64_t old_hash_mask = (oldsize >> 7) - 1; in rehash_hpte()
508 assert((oldsize != newsize) || (pteg == new_pteg)); in rehash_hpte()
517 assert(newsize < oldsize); in rehash_hpte()
534 void *old_hpt, uint64_t oldsize, in rehash_hpt() argument
537 uint64_t n_ptegs = oldsize >> 7; in rehash_hpt()
552 rc = rehash_hpte(cpu, hptes, old_hpt, oldsize, new_hpt, newsize, in rehash_hpt()
/qemu/hw/ide/
H A Dcore.c131 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 Dphysmem.c1678 const ram_addr_t oldsize = block->used_length; in qemu_ram_resize() local
1718 ram_block_notify_resize(block->host, oldsize, newsize); in qemu_ram_resize()