Searched refs:vhpet (Results 1 – 4 of 4) sorted by relevance
74 struct vhpet *vhpet; member122 vhpet_counter_enabled(struct vhpet *vhpet) in vhpet_counter_enabled() argument287 struct vhpet *vhpet; in vhpet_handler() local292 vhpet = arg->vhpet; in vhpet_handler()364 vhpet_start_counting(struct vhpet *vhpet) in vhpet_start_counting() argument478 struct vhpet *vhpet; in vhpet_mmio_write() local629 struct vhpet *vhpet; in vhpet_mmio_read() local710 struct vhpet *vhpet; in vhpet_init() local742 arg->vhpet = vhpet; in vhpet_init()750 vhpet_cleanup(struct vhpet *vhpet) in vhpet_cleanup() argument[all …]
40 struct vhpet *vhpet_init(struct vm *vm);41 void vhpet_cleanup(struct vhpet *vhpet);48 int vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta);49 int vhpet_restore_time(struct vhpet *vhpet);
150 struct vhpet;272 struct vhpet *vm_hpet(struct vm *vm);
158 struct vhpet *vhpet; /* (i) virtual HPET */ member447 vm->vhpet = vhpet_init(vm); in vm_init()555 vhpet_cleanup(vm->vhpet); in vm_cleanup()2267 struct vhpet *2271 return (vm->vhpet); in vm_hpet()