Home
last modified time | relevance | path

Searched refs:in_nested (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/ppc/
H A Dspapr_cpu_core.h54 bool in_nested; /* true while the L2 is executing */ member
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c448 spapr_cpu->in_nested = true; in h_enter_nested()
489 spapr_cpu->in_nested = false; in spapr_exit_nested_hv()
1770 spapr_cpu->in_nested = false; in spapr_exit_nested_papr()
1780 assert(spapr_cpu->in_nested); in spapr_exit_nested()
1835 spapr_cpu->in_nested = true; in nested_papr_run_vcpu()