Searched defs:vof (Results 1 – 4 of 4) sorted by relevance
/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() local 133 Vof *vof = spapr->vof; in spapr_vof_setprop() local
|
H A D | pegasos2.c | 84 Vof *vof; member
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 209 Vof *vof; member
|