Searched refs:VOF_STACK_SIZE (Results 1 – 3 of 3) sorted by relevance
65 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()
103 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()
54 #define VOF_STACK_SIZE 0x8000 macro