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.c2390 uint32_t section_hdr; in htab_load() local
2399 section_hdr = qemu_get_be32(f); in htab_load()
2401 if (section_hdr == -1) { in htab_load()
2406 if (section_hdr) { in htab_load()
2410 ret = spapr_reallocate_hpt(spapr, section_hdr, &local_err); in htab_load()