Searched refs:MapClient (Results 1 – 1 of 1) sorted by relevance
3233 typedef struct MapClient { struct3236 QLIST_ENTRY(MapClient) link; argument3237 } MapClient; typedef3239 static QLIST_HEAD(map_client_list, MapClient) map_client_list3244 MapClient *client = qemu_malloc(sizeof(*client)); in cpu_register_map_client()3254 MapClient *client = (MapClient *)_client; in cpu_unregister_map_client()3262 MapClient *client; in cpu_notify_map_clients()