Searched refs:CPUPhysMemoryClient (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-common.h79 struct CPUPhysMemoryClient;
80 typedef struct CPUPhysMemoryClient CPUPhysMemoryClient; typedef in typeref:struct:CPUPhysMemoryClient
81 struct CPUPhysMemoryClient { struct
82 void (*set_memory)(struct CPUPhysMemoryClient *client,
86 int (*sync_dirty_bitmap)(struct CPUPhysMemoryClient *client,
89 int (*migration_log)(struct CPUPhysMemoryClient *client,
91 QLIST_ENTRY(CPUPhysMemoryClient) list;
94 void cpu_register_phys_memory_client(CPUPhysMemoryClient *);
95 void cpu_unregister_phys_memory_client(CPUPhysMemoryClient *);
[all...]
H A Dexec.c1879 static QLIST_HEAD(memory_client_list, CPUPhysMemoryClient) memory_client_list
1886 CPUPhysMemoryClient *client;
1895 CPUPhysMemoryClient *client;
1906 CPUPhysMemoryClient *client;
1915 static void phys_page_for_each_1(CPUPhysMemoryClient *client,
1939 static void phys_page_for_each(CPUPhysMemoryClient *client)
1948 void cpu_register_phys_memory_client(CPUPhysMemoryClient *client)
1954 void cpu_unregister_phys_memory_client(CPUPhysMemoryClient *client)

Completed in 54 milliseconds