Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dspapr_cpu_core.h44 struct nested_ppc_state;
56 struct nested_ppc_state *nested_host_state; /* holds the L1 state while L2 executes */
H A Dspapr_nested.h304 .offset = offsetof(struct nested_ppc_state, f), \
313 .offset = offsetof(struct nested_ppc_state, f), \
412 struct nested_ppc_state { struct
497 struct nested_ppc_state state; argument
/qemu/hw/ppc/
H A Dspapr_nested.c136 static void nested_save_state(struct nested_ppc_state *save, PowerPCCPU *cpu) in nested_save_state()
235 static void nested_load_state(PowerPCCPU *cpu, struct nested_ppc_state *load) in nested_load_state()
333 struct nested_ppc_state l2_state; in h_enter_nested()
371 spapr_cpu->nested_host_state = g_try_new(struct nested_ppc_state, 1); in h_enter_nested()
464 struct nested_ppc_state l2_state; in spapr_exit_nested_hv()
1764 spapr_cpu->nested_host_state = g_try_new(struct nested_ppc_state, 1); in nested_papr_run_vcpu()