Home
last modified time | relevance | path

Searched defs:vpmtmr (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/amd64/vmm/io/
HDvpmtmr.c52 struct vpmtmr { struct
58 static MALLOC_DEFINE(M_VPMTMR, "vpmtmr", "bhyve virtual acpi timer"); argument
63 struct vpmtmr *vpmtmr; in vpmtmr_init() local
77 vpmtmr_cleanup(struct vpmtmr *vpmtmr) in vpmtmr_cleanup()
86 struct vpmtmr *vpmtmr; in vpmtmr_handler() local
109 vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta) in vpmtmr_snapshot()
/freebsd-head/sys/amd64/vmm/
HDvmm.c152 struct vpmtmr *vpmtmr; /* (i) virtual ACPI PM timer */ member