Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dspapr_cpu_core.h55 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()
1706 spapr_cpu->in_nested = false; in spapr_exit_nested_papr()
1716 assert(spapr_cpu->in_nested); in spapr_exit_nested()
1771 spapr_cpu->in_nested = true; in nested_papr_run_vcpu()
H A Dspapr.c1443 if (!spapr_cpu->in_nested) { in spapr_get_pate()
4617 return spapr_cpu->in_nested; in spapr_cpu_in_nested()