Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory.h1082 typedef struct AddressSpaceMapClient { struct
1084 QLIST_ENTRY(AddressSpaceMapClient) link; argument
1085 } AddressSpaceMapClient; typedef
1120 QLIST_HEAD(, AddressSpaceMapClient) map_client_list;
/openbmc/qemu/system/
H A Dphysmem.c3102 address_space_unregister_map_client_do(AddressSpaceMapClient *client) in address_space_unregister_map_client_do()
3110 AddressSpaceMapClient *client; in address_space_notify_map_clients_locked()
3121 AddressSpaceMapClient *client = g_malloc(sizeof(*client)); in address_space_register_map_client()
3150 AddressSpaceMapClient *client; in address_space_unregister_map_client()