Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.h48 int vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta);
H A Dvhpet.c770 vhpet_snapshot(struct vhpet *vhpet, struct vm_snapshot_meta *meta) in vhpet_snapshot() function
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c2874 ret = vhpet_snapshot(vm_hpet(vm), meta); in vm_snapshot_req()