Searched defs:vhpet (Results 1 – 2 of 2) sorted by relevance
69 struct vhpet *vhpet; member83 struct vhpet { struct92 struct vhpet_timer timer[VHPET_NUM_TIMERS]; argument99 static void vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, argument119 vhpet_counter_enabled(struct vhpet *vhpet) in vhpet_counter_enabled()126 vhpet_timer_msi_enabled(struct vhpet *vhpet, int n) in vhpet_timer_msi_enabled()137 vhpet_timer_ioapic_pin(struct vhpet *vhpet, int n) in vhpet_timer_ioapic_pin()150 vhpet_counter(struct vhpet *vhpet, hrtime_t *nowptr) in vhpet_counter()171 vhpet_timer_clear_isr(struct vhpet *vhpet, int n) in vhpet_timer_clear_isr()184 vhpet_periodic_timer(struct vhpet *vhpet, int n) in vhpet_periodic_timer()[all …]
197 struct vhpet *vhpet; /* (i) virtual HPET */ member