Searched refs:vpmtmr (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvpmtmr.c38 #include "vpmtmr.h"
49 struct vpmtmr { struct
55 static MALLOC_DEFINE(M_VPMTMR, "vpmtmr", "bhyve virtual acpi timer");
57 struct vpmtmr *
60 struct vpmtmr *vpmtmr; local
63 vpmtmr = malloc(sizeof(struct vpmtmr), M_VPMTMR, M_WAITOK | M_ZERO);
64 vpmtmr->baseuptime = sbinuptime();
65 vpmtmr
74 vpmtmr_cleanup(struct vpmtmr *vpmtmr) argument
84 struct vpmtmr *vpmtmr; local
[all...]
H A Dvpmtmr.h34 struct vpmtmr;
36 struct vpmtmr *vpmtmr_init(struct vm *vm);
37 void vpmtmr_cleanup(struct vpmtmr *pmtmr);
/freebsd-10-stable/sys/modules/vmm/
H A DMakefile38 vpmtmr.c \
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c77 #include "vpmtmr.h"
152 struct vpmtmr *vpmtmr; /* (i) virtual ACPI PM timer */ member in struct:vm
413 vm->vpmtmr = vpmtmr_init(vm);
472 vpmtmr_cleanup(vm->vpmtmr);
2442 struct vpmtmr *
2446 return (vm->vpmtmr);
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h322 struct vpmtmr *vm_pmtmr(struct vm *vm);

Completed in 116 milliseconds