Lines Matching defs:vhpet

69 	struct vhpet *vhpet;  member
73 struct vhpet { struct
97 static void vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, argument
117 vhpet_counter_enabled(struct vhpet *vhpet) in vhpet_counter_enabled()
124 vhpet_timer_msi_enabled(struct vhpet *vhpet, int n) in vhpet_timer_msi_enabled()
135 vhpet_timer_ioapic_pin(struct vhpet *vhpet, int n) in vhpet_timer_ioapic_pin()
148 vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr) in vhpet_counter()
174 vhpet_timer_clear_isr(struct vhpet *vhpet, int n) in vhpet_timer_clear_isr()
187 vhpet_periodic_timer(struct vhpet *vhpet, int n) in vhpet_periodic_timer()
194 vhpet_timer_interrupt_enabled(struct vhpet *vhpet, int n) in vhpet_timer_interrupt_enabled()
201 vhpet_timer_edge_trig(struct vhpet *vhpet, int n) in vhpet_timer_edge_trig()
214 vhpet_timer_interrupt(struct vhpet *vhpet, int n) in vhpet_timer_interrupt()
251 vhpet_adjust_compval(struct vhpet *vhpet, int n, uint32_t counter) in vhpet_adjust_compval()
282 struct vhpet *vhpet; in vhpet_handler() local
315 vhpet_stop_timer(struct vhpet *vhpet, int n, sbintime_t now) in vhpet_stop_timer()
336 vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, sbintime_t now) in vhpet_start_timer()
359 vhpet_start_counting(struct vhpet *vhpet) in vhpet_start_counting()
375 vhpet_stop_counting(struct vhpet *vhpet, uint32_t counter, sbintime_t now) in vhpet_stop_counting()
393 vhpet_timer_update_config(struct vhpet *vhpet, int n, uint64_t data, in vhpet_timer_update_config()
473 struct vhpet *vhpet; in vhpet_mmio_write() local
624 struct vhpet *vhpet; in vhpet_mmio_read() local
705 struct vhpet *vhpet; in vhpet_init() local
745 vhpet_cleanup(struct vhpet *vhpet) in vhpet_cleanup()
766 vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta) in vhpet_snapshot()
801 vhpet_restore_time(struct vhpet *vhpet) in vhpet_restore_time()