Searched refs:Vof (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/ppc/ |
H A D | vof.h | 14 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 D | spapr.h | 25 typedef struct Vof Vof; typedef 209 Vof *vof;
|
/openbmc/qemu/hw/ppc/ |
H A D | vof.c | 292 static uint32_t vof_setprop(MachineState *ms, void *fdt, Vof *vof, in vof_setprop() 429 static uint32_t vof_do_open(void *fdt, Vof *vof, int offset, const char *path) in vof_do_open() 456 uint32_t vof_client_open_store(void *fdt, Vof *vof, const char *nodename, in vof_client_open_store() 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() 530 static uint32_t vof_instance_to_path(void *fdt, Vof *vof, uint32_t ihandle, in vof_instance_to_path() 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() 743 static uint32_t vof_release(Vof *vof, uint64_t virt, uint64_t size) in vof_release() [all …]
|
H A D | spapr_vof.c | 60 Vof *vof = spapr->vof; in spapr_vof_reset() 133 Vof *vof = spapr->vof; in spapr_vof_setprop()
|
H A D | pegasos2.c | 84 Vof *vof;
|