Home
last modified time | relevance | path

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

/qemu/hw/mips/
H A Dmipssim.c56 typedef struct ResetData { struct
59 } ResetData; argument
106 ResetData *s = (ResetData *)opaque; in main_cpu_reset()
149 ResetData *reset_info; in mips_mipssim_init()
164 reset_info = g_new0(ResetData, 1); in mips_mipssim_init()
/qemu/hw/sparc64/
H A Dsparc64.c76 typedef struct ResetData { struct
79 } ResetData; argument
111 ResetData *s = (ResetData *)opaque; in main_cpu_reset()
269 ResetData *reset_info; in sparc64_cpu_devinit()
293 reset_info = g_new0(ResetData, 1); in sparc64_cpu_devinit()
H A Dsun4u.c219 typedef struct ResetData { struct
222 } ResetData; typedef
/qemu/hw/sh4/
H A Dr2d.c207 typedef struct ResetData { struct
210 } ResetData; argument
214 ResetData *s = (ResetData *)opaque; in main_cpu_reset()
243 ResetData *reset_info; in r2d_init()
257 reset_info = g_new0(ResetData, 1); in r2d_init()
/qemu/hw/sparc/
H A Dleon3.c71 typedef struct ResetData { struct
77 } ResetData; argument
153 ResetData *s = container_of(info, ResetData, info[id]); in leon3_cpu_reset()
270 ResetData *reset_info; in leon3_generic_hw_init()
276 reset_info = g_malloc0(sizeof(ResetData)); in leon3_generic_hw_init()