Home
last modified time | relevance | path

Searched refs:vm_hpet (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.c484 vhpet = vm_hpet(vm); in vhpet_mmio_write()
632 vhpet = vm_hpet(vm); in vhpet_mmio_read()
/f-stack/freebsd/amd64/include/
H A Dvmm.h272 struct vhpet *vm_hpet(struct vm *vm);
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c2268 vm_hpet(struct vm *vm) in vm_hpet() function
2874 ret = vhpet_snapshot(vm_hpet(vm), meta); in vm_snapshot_req()
2919 error = vhpet_restore_time(vm_hpet(vm)); in vm_restore_time()