Searched refs:client_architecture_support (Results 1 – 3 of 3) sorted by relevance
40 target_ulong (*client_architecture_support)(MachineState *ms, CPUState *cs, member
799 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()
4672 vmc->client_architecture_support = spapr_vof_client_architecture_support; in spapr_machine_class_init()