Searched refs:vof_claim (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vof.c | 65 stack_ptr = vof_claim(vof, 0, VOF_STACK_SIZE, VOF_STACK_SIZE); in spapr_vof_reset() 74 vof_claim(vof, spapr->kernel_addr, spapr->kernel_size, 0) == -1) { in spapr_vof_reset() 80 vof_claim(vof, spapr->initrd_base, spapr->initrd_size, 0) == -1) { in spapr_vof_reset()
|
H A D | vof.c | 706 uint64_t vof_claim(Vof *vof, uint64_t virt, uint64_t size, in vof_claim() function 894 uint64_t ret64 = vof_claim(vof, args[0], args[1], args[2]); in vof_client_handle() 1012 if (vof_claim(vof, 0, vof->fw_size, 0) == -1) { in vof_init()
|
H A D | pegasos2.c | 372 if (vof_claim(pm->vof, 0, VOF_STACK_SIZE, VOF_STACK_SIZE) == -1) { in pegasos2_machine_reset() 377 vof_claim(pm->vof, pm->kernel_addr, pm->kernel_size, 0) == -1) { in pegasos2_machine_reset() 382 vof_claim(pm->vof, pm->initrd_addr, pm->initrd_size, 0) == -1) { in pegasos2_machine_reset()
|
H A D | trace-events | 83 vof_claim(uint32_t virt, uint32_t size, uint32_t align, uint32_t ret) "virt=0x%x size=0x%x align=0x…
|
/openbmc/qemu/include/hw/ppc/ |
H A D | vof.h | 26 uint64_t vof_claim(Vof *vof, uint64_t virt, uint64_t size, uint64_t align);
|