Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr.c2450 uint32_t section_hdr; in htab_load() local
2459 section_hdr = qemu_get_be32(f); in htab_load()
2461 if (section_hdr == -1) { in htab_load()
2466 if (section_hdr) { in htab_load()
2470 ret = spapr_reallocate_hpt(spapr, section_hdr, &local_err); in htab_load()