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.c480 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_write()
628 vhpet = vm_hpet(vcpu_vm(vcpu)); in vhpet_mmio_read()
/freebsd/sys/amd64/include/
H A Dvmm.h289 struct vhpet *vm_hpet(struct vm *vm);
/freebsd/sys/amd64/vmm/
H A Dvmm.c2400 vm_hpet(struct vm *vm) in vm_hpet() function
2986 ret = vhpet_snapshot(vm_hpet(vm), meta); in vm_snapshot_req()
3024 error = vhpet_restore_time(vm_hpet(vm)); in vm_restore_time()