Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvhpet.c69 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()
[all …]
/freebsd/sys/amd64/vmm/
H A Dvmm.c165 struct vhpet *vhpet; /* (i) virtual HPET */ member