Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvpmtmr.c54 struct vpmtmr { struct
60 static MALLOC_DEFINE(M_VPMTMR, "vpmtmr", "bhyve virtual acpi timer"); argument
65 struct vpmtmr *vpmtmr; in vpmtmr_init() local
79 vpmtmr_cleanup(struct vpmtmr *vpmtmr) in vpmtmr_cleanup()
89 struct vpmtmr *vpmtmr; in vpmtmr_handler() local
112 vpmtmr_snapshot(struct vpmtmr *vpmtmr, struct vm_snapshot_meta *meta) in vpmtmr_snapshot()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c162 struct vpmtmr *vpmtmr; /* (i) virtual ACPI PM timer */ member