Home
last modified time | relevance | path

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

/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,
H A Dspapr.h25 typedef struct Vof Vof; typedef
212 Vof *vof;
/qemu/hw/ppc/
H A Dvof.c292 static uint32_t vof_setprop(MachineState *ms, void *fdt, Vof *vof, in vof_setprop()
473 static uint32_t vof_open(void *fdt, Vof *vof, uint32_t pathaddr) in vof_open()
491 static void vof_close(Vof *vof, uint32_t ihandle) in vof_close()
498 static uint32_t vof_instance_to_package(Vof *vof, uint32_t ihandle) in vof_instance_to_package()
550 static uint32_t vof_write(Vof *vof, uint32_t ihandle, uint32_t buf, in vof_write()
706 uint64_t vof_claim(Vof *vof, uint64_t virt, uint64_t size, in vof_claim()
835 static void vof_quiesce(MachineState *ms, void *fdt, Vof *vof) in vof_quiesce()
940 int vof_client_call(MachineState *ms, Vof *vof, void *fdt, in vof_client_call()
1002 void vof_init(Vof *vof, uint64_t top_addr, Error **errp) in vof_init()
1017 void vof_cleanup(Vof *vof) in vof_cleanup()
[all …]
H A Dspapr_vof.c60 Vof *vof = spapr->vof; in spapr_vof_reset()
133 Vof *vof = spapr->vof; in spapr_vof_setprop()
H A Dpegasos2.c80 Vof *vof;