Home
last modified time | relevance | path

Searched refs:vhpet (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.c74 struct vhpet *vhpet; member
122 vhpet_counter_enabled(struct vhpet *vhpet) in vhpet_counter_enabled() argument
287 struct vhpet *vhpet; in vhpet_handler() local
292 vhpet = arg->vhpet; in vhpet_handler()
364 vhpet_start_counting(struct vhpet *vhpet) in vhpet_start_counting() argument
478 struct vhpet *vhpet; in vhpet_mmio_write() local
629 struct vhpet *vhpet; in vhpet_mmio_read() local
710 struct vhpet *vhpet; in vhpet_init() local
742 arg->vhpet = vhpet; in vhpet_init()
750 vhpet_cleanup(struct vhpet *vhpet) in vhpet_cleanup() argument
[all …]
H A Dvhpet.h40 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);
/f-stack/freebsd/amd64/include/
H A Dvmm.h150 struct vhpet;
272 struct vhpet *vm_hpet(struct vm *vm);
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c158 struct vhpet *vhpet; /* (i) virtual HPET */ member
447 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()