Home
last modified time | relevance | path

Searched refs:VOF_STACK_SIZE (Results 1 – 2 of 2) 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()
/openbmc/qemu/include/hw/ppc/
H A Dvof.h54 #define VOF_STACK_SIZE 0x8000 macro