Home | History | Annotate | Download | only in hw

Lines Matching full:opaque

641 static void apic_timer(void *opaque)
643 APICState *s = opaque;
649 static uint32_t apic_mem_readb(void *opaque, target_phys_addr_t addr)
654 static uint32_t apic_mem_readw(void *opaque, target_phys_addr_t addr)
659 static void apic_mem_writeb(void *opaque, target_phys_addr_t addr, uint32_t val)
663 static void apic_mem_writew(void *opaque, target_phys_addr_t addr, uint32_t val)
667 static uint32_t apic_mem_readl(void *opaque, target_phys_addr_t addr)
748 static void apic_mem_writel(void *opaque, target_phys_addr_t addr, uint32_t val)
833 static void apic_save(QEMUFile *f, void *opaque)
835 APICState *s = opaque;
865 static int apic_load(QEMUFile *f, void *opaque, int version_id)
867 APICState *s = opaque;
903 static void apic_reset(void *opaque)
905 APICState *s = opaque;