Home | History | Annotate | Download | only in hw

Lines Matching full:opaque

45 static void goldfish_int_save(QEMUFile*  f, void*  opaque)
47 struct goldfish_int_state* s = opaque;
52 static int goldfish_int_load(QEMUFile* f, void* opaque, int version_id)
54 struct goldfish_int_state* s = opaque;
73 static void goldfish_int_set_irq(void *opaque, int irq, int level)
75 struct goldfish_int_state *s = (struct goldfish_int_state *)opaque;
95 static uint32_t goldfish_int_read(void *opaque, target_phys_addr_t offset)
97 struct goldfish_int_state *s = (struct goldfish_int_state *)opaque;
117 static void goldfish_int_write(void *opaque, target_phys_addr_t offset, uint32_t value)
119 struct goldfish_int_state *s = (struct goldfish_int_state *)opaque;