Home
last modified time | relevance | path

Searched refs:VOF_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dspapr_vof.c65 stack_ptr = vof_claim(vof, 0, VOF_STACK_SIZE, VOF_STACK_SIZE); in spapr_vof_reset()
71 stack_ptr += VOF_STACK_SIZE - 0x20; in spapr_vof_reset()
H A Dpegasos2.c103 cpu->env.gpr[1] = 2 * VOF_STACK_SIZE - 0x20; in pegasos2_cpu_reset()
400 if (vof_claim(pm->vof, 0, VOF_STACK_SIZE, VOF_STACK_SIZE) == -1) { in pegasos2_machine_reset()
/openbmc/qemu/include/hw/ppc/
H A Dvof.h54 #define VOF_STACK_SIZE 0x8000 macro