Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr.c2423 uint32_t section_hdr; in htab_load() local
2432 section_hdr = qemu_get_be32(f); in htab_load()
2434 if (section_hdr == -1) { in htab_load()
2439 if (section_hdr) { in htab_load()
2443 ret = spapr_reallocate_hpt(spapr, section_hdr, &local_err); in htab_load()