Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_vof.c61 PowerPCCPU *first_ppc_cpu = POWERPC_CPU(first_cpu); in spapr_vof_reset() local
87 spapr_cpu_set_entry_state(first_ppc_cpu, SPAPR_ENTRY_POINT, in spapr_vof_reset()
H A Dppc.c983 PowerPCCPU *first_ppc_cpu = POWERPC_CPU(first_cpu); in timebase_save() local
985 if (!first_ppc_cpu->env.tb_env) { in timebase_save()
1002 tb->guest_timebase = ticks + first_ppc_cpu->env.tb_env->tb_offset; in timebase_save()
1011 PowerPCCPU *first_ppc_cpu = POWERPC_CPU(first_cpu); in timebase_load() local
1015 if (!first_ppc_cpu->env.tb_env) { in timebase_load()
1020 freq = first_ppc_cpu->env.tb_env->tb_freq; in timebase_load()
1024 tb_off = first_ppc_cpu->env.tb_env->tb_offset; in timebase_load()
H A Dspapr.c1051 PowerPCCPU *first_ppc_cpu = POWERPC_CPU(first_cpu); in spapr_dt_ov5_platform_support() local
1069 if (!ppc_check_compat(first_ppc_cpu, CPU_POWERPC_LOGICAL_3_00, 0, in spapr_dt_ov5_platform_support()
1070 first_ppc_cpu->compat_pvr)) { in spapr_dt_ov5_platform_support()
1705 PowerPCCPU *first_ppc_cpu; in spapr_machine_reset() local
1724 first_ppc_cpu = POWERPC_CPU(first_cpu); in spapr_machine_reset()
1792 spapr_cpu_set_entry_state(first_ppc_cpu, SPAPR_ENTRY_POINT, in spapr_machine_reset()
1807 first_ppc_cpu->env.gpr[5] = 0; in spapr_machine_reset()