Home
last modified time | relevance | path

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

/qemu/hw/mips/
H A Dmipssim.c62 typedef struct ResetData { struct
65 } ResetData; argument
111 ResetData *s = (ResetData *)opaque; in main_cpu_reset()
152 ResetData *reset_info; in mips_mipssim_init()
167 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.c225 typedef struct ResetData { struct
228 } ResetData; argument
/qemu/hw/sh4/
H A Dr2d.c202 typedef struct ResetData { struct
205 } ResetData; argument
209 ResetData *s = (ResetData *)opaque; in main_cpu_reset()
238 ResetData *reset_info; in r2d_init()
252 reset_info = g_new0(ResetData, 1); in r2d_init()
/qemu/hw/sparc/
H A Dleon3.c71 typedef struct ResetData { struct
77 } ResetData; typedef
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()