Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dvof.h40 target_ulong (*client_architecture_support)(MachineState *ms, CPUState *cs, member
/openbmc/qemu/hw/ppc/
H A Dvof.c799 g_assert(vmc->client_architecture_support); in vof_call_method()
800 ret = (uint32_t)vmc->client_architecture_support(ms, first_cpu, in vof_call_method()
H A Dspapr.c4775 vmc->client_architecture_support = spapr_vof_client_architecture_support; in spapr_machine_class_init()