Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Duboot_image.h219 uint32_t ih_load; /* Data Load Address */ member
H A Dloader.c503 bswap32s(&hdr->ih_load); in bswap_uboot_header()
653 hdr->ih_load = *loadaddr + sizeof(*hdr); in load_uboot_image()
654 hdr->ih_ep += hdr->ih_load; in load_uboot_image()
657 address = hdr->ih_load; in load_uboot_image()
662 *loadaddr = hdr->ih_load; in load_uboot_image()