Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dphysmem.c2987 typedef struct MapClient { struct
2989 QLIST_ENTRY(MapClient) link; argument
2990 } MapClient; typedef
2993 static QLIST_HEAD(, MapClient) map_client_list
2996 static void cpu_unregister_map_client_do(MapClient *client) in cpu_unregister_map_client_do()
3004 MapClient *client; in cpu_notify_map_clients_locked()
3015 MapClient *client = g_malloc(sizeof(*client)); in cpu_register_map_client()
3046 MapClient *client; in cpu_unregister_map_client()