Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dvof.h14 typedef struct Vof { struct
22 } Vof; argument
24 int vof_client_call(MachineState *ms, Vof *vof, void *fdt,
26 uint64_t vof_claim(Vof *vof, uint64_t virt, uint64_t size, uint64_t align);
27 void vof_init(Vof *vof, uint64_t top_addr, Error **errp);
28 void vof_cleanup(Vof *vof);
29 void vof_build_dt(void *fdt, Vof *vof);
30 uint32_t vof_client_open_store(void *fdt, Vof *vof, const char *nodename,
/openbmc/qemu/hw/ppc/
H A Dspapr_vof.c60 Vof *vof = spapr->vof; in spapr_vof_reset()
133 Vof *vof = spapr->vof; in spapr_vof_setprop()