Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dvof.c720 vof->claimed_base = QEMU_ALIGN_UP(vof->claimed_base, align); in vof_claim()
722 if (vof->claimed_base >= vof->top_addr) { in vof_claim()
726 if (vof_claim_avail(vof->claimed, vof->claimed_base, size)) { in vof_claim()
729 vof->claimed_base += size; in vof_claim()
731 ret = vof->claimed_base; in vof_claim()
735 vof->claimed_base = MAX(vof->claimed_base, ret + size); in vof_claim()
897 vof_dt_memory_available(fdt, vof->claimed, vof->claimed_base); in vof_client_handle()
908 vof_dt_memory_available(fdt, vof->claimed, vof->claimed_base); in vof_client_handle()
1028 vof->claimed_base = 0; in vof_cleanup()
1049 vof_dt_memory_available(fdt, vof->claimed, vof->claimed_base); in vof_build_dt()
/openbmc/qemu/include/hw/ppc/
H A Dvof.h17 uint64_t claimed_base; member