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

/freebsd-10.2-release/sys/amd64/vmm/io/
H A Dvhpet.c69 struct vhpet *vhpet; member in struct:vhpet_callout_arg
73 struct vhpet { struct
117 vhpet_counter_enabled(struct vhpet *vhpe argument
124 vhpet_timer_msi_enabled(struct vhpet *vhpet, int n) argument
135 vhpet_timer_ioapic_pin(struct vhpet *vhpet, int n) argument
148 vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr) argument
174 vhpet_timer_clear_isr(struct vhpet *vhpet, int n) argument
187 vhpet_periodic_timer(struct vhpet *vhpet, int n) argument
194 vhpet_timer_interrupt_enabled(struct vhpet *vhpet, int n) argument
201 vhpet_timer_edge_trig(struct vhpet *vhpet, int n) argument
214 vhpet_timer_interrupt(struct vhpet *vhpet, int n) argument
251 vhpet_adjust_compval(struct vhpet *vhpet, int n, uint32_t counter) argument
282 struct vhpet *vhpet; local
315 vhpet_stop_timer(struct vhpet *vhpet, int n, sbintime_t now) argument
336 vhpet_start_timer(struct vhpet *vhpet, int n, uint32_t counter, sbintime_t now) argument
359 vhpet_start_counting(struct vhpet *vhpet) argument
375 vhpet_stop_counting(struct vhpet *vhpet, uint32_t counter, sbintime_t now) argument
393 vhpet_timer_update_config(struct vhpet *vhpet, int n, uint64_t data, uint64_t mask) argument
473 struct vhpet *vhpet; local
624 struct vhpet *vhpet; local
705 struct vhpet *vhpet; local
743 vhpet_cleanup(struct vhpet *vhpet) argument
[all...]
/freebsd-10.2-release/sys/amd64/vmm/
H A Dvmm.c139 struct vhpet *vhpet; /* (i) virtual HPET */ member in struct:vm

Completed in 14 milliseconds