Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dvhpet.c479 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_write()
627 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_read()
/freebsd/sys/amd64/include/
H A Dvmm.h293 struct vhpet *vm_hpet(struct vm *vm);
/freebsd/sys/amd64/vmm/
H A Dvmm.c2431 vm_hpet(struct vm *vm) in vm_hpet() function
3018 ret = vhpet_snapshot(vm_hpet(vm), meta); in vm_snapshot_req()
3056 error = vhpet_restore_time(vm_hpet(vm)); in vm_restore_time()