Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h1610 bool (*cpu_in_nested)(PowerPCCPU *cpu); member
1634 return cpu->vhyp_class->cpu_in_nested(cpu); in DECLARE_OBJ_CHECKERS()
/openbmc/qemu/hw/ppc/
H A Dspapr.c4643 vhc->cpu_in_nested = spapr_cpu_in_nested; in spapr_machine_class_init()