Home
last modified time | relevance | path

Searched defs:vhpet (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvhpet.c81 struct vhpet *vhpet; member
95 struct vhpet { struct
104 struct vhpet_timer timer[VHPET_NUM_TIMERS]; argument
111 static void vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, argument
131 vhpet_counter_enabled(struct vhpet *vhpet) in vhpet_counter_enabled()
138 vhpet_timer_msi_enabled(struct vhpet *vhpet, int n) in vhpet_timer_msi_enabled()
149 vhpet_timer_ioapic_pin(struct vhpet *vhpet, int n) in vhpet_timer_ioapic_pin()
162 vhpet_counter(struct vhpet *vhpet, hrtime_t *nowptr) in vhpet_counter()
183 vhpet_timer_clear_isr(struct vhpet *vhpet, int n) in vhpet_timer_clear_isr()
196 vhpet_periodic_timer(struct vhpet *vhpet, int n) in vhpet_periodic_timer()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c200 struct vhpet *vhpet; /* (i) virtual HPET */ member